aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2024-03-04 17:27:28 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2024-03-04 17:27:28 -0300
commitfe5c892af55ab8bebe11ea43d764e9f0ba7d3306 (patch)
tree5e1e7c6e77dcd759f3af26a83a5b86104579d0ec /layouts/_default/single.html
parentd0b36f11bd68eb21f7c069179e62035e47253c47 (diff)
downloadhugo-bearcub-fe5c892af55ab8bebe11ea43d764e9f0ba7d3306.tar.gz
hugo-bearcub-fe5c892af55ab8bebe11ea43d764e9f0ba7d3306.tar.bz2
Tags in lowercase
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index b176628..94b560f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -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 }}