aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-04-25 17:57:50 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-04-25 17:57:50 -0300
commitf97270c33147199c15718f4b58b68541b824d56a (patch)
treef1b48373d42f4400a238f1f5e01eb021eef00109 /layouts/_default/single.html
parentf26d122b2ad0cd3e3299de776b69e69d31486895 (diff)
downloadhugo-bearcub-f97270c33147199c15718f4b58b68541b824d56a.tar.gz
hugo-bearcub-f97270c33147199c15718f4b58b68541b824d56a.tar.bz2
Add Herman style
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 cd6b095..6c6ee69 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -14,7 +14,7 @@
</content>
<p>
{{ range (.GetTerms "tags") }}
- <a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>&nbsp;&nbsp;
+ <a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
{{ end }}
</p>
{{ end }}