Tags in lowercase
This commit is contained in:
parent
d0b36f11bd
commit
fe5c892af5
@ -28,7 +28,7 @@
|
||||
{{ if not .Data.Singular }}
|
||||
<div>
|
||||
{{ range .Site.Taxonomies.tags }}
|
||||
<a class="blog-tags" href="{{ .Page.Permalink }}">#{{ .Page.Title }}</a>
|
||||
<a class="blog-tags" href="{{ .Page.Permalink }}">#{{ lower .Page.Title }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
@ -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…
x
Reference in New Issue
Block a user