Tag indicator

This commit is contained in:
Nox Sluijtman 2023-08-10 04:00:46 +02:00
parent 7169999413
commit 1d5c9d84c8
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@
{{ range .Paginator.Pages }} {{ range .Paginator.Pages }}
<tr> <tr>
<td><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></td> <td><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></td>
<td>{{ range .Params.tags }}<a class="tag" href="{{ (urlize (printf "tags/%s/" .)) | absLangURL }}">{{ . }}</a>&nbsp; {{ end }}</td> <td>{{ range .Params.tags }}<a href="{{ (urlize (printf "tags/%s/" .)) | absLangURL }}">#{{ . }}</a>&nbsp; {{ end }}</td>
<td><p>{{ .Params.description }}</p></td> <td><p>{{ .Params.description }}</p></td>
</tr> </tr>
{{ end }} {{ end }}

View file

@ -20,6 +20,7 @@ a{
} }
a::after{ content: ']'; } a::after{ content: ']'; }
a::before{ content: '['; } a::before{ content: '['; }
a:hover{ a:hover{