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
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<section>
|
||||
{{ range .Pages }}
|
||||
<a href="{{ .RelPermalink }}">#{{ .LinkTitle }}</a>
|
||||
<a class="tag" href="{{ .RelPermalink }}">#{{ .LinkTitle }}</a>
|
||||
{{ end }}
|
||||
</section>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue