Tags in lowercase
This commit is contained in:
parent
d0b36f11bd
commit
fe5c892af5
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
</content>
|
||||
<p>
|
||||
{{ range (.GetTerms "tags") }}
|
||||
<a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
|
||||
<a class="blog-tags" href="{{ .Permalink }}">#{{ lower .LinkTitle }}</a>
|
||||
{{ end }}
|
||||
</p>
|
||||
{{ with .Site.Params.author.email }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue