mirror of
https://gitlab.wasp.best/sel/web.git
synced 2026-04-29 05:54:11 +02:00
made the titles of posts and tags a little nicer
This commit is contained in:
parent
30bcbac64a
commit
ab9984503e
5 changed files with 14 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ For a given taxonomy, renders a list of terms assigned to the page.
|
|||
<section>
|
||||
<p>{{ $label }}:
|
||||
{{- range . }}
|
||||
<a href="{{ .RelPermalink }}">#{{ .LinkTitle }}</a>
|
||||
<a class="tag" href="{{ .RelPermalink }}">#{{ .LinkTitle }}</a>
|
||||
{{- end }}
|
||||
</p>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue