summaryrefslogtreecommitdiff
path: root/layouts/posts/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/posts/single.html')
-rw-r--r--layouts/posts/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index ce18ad5..cab9527 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -3,7 +3,7 @@
<header>
<h1>{{ .Title }}</h1>
{{- range .Params.tags }}
- <a href="/tags/{{ . | lower }}">#{{ . }}</a>
+ <a href="/tags/{{ . | lower }}">#{{ . }}</a>
{{- end }}
{{- if .Draft }}
<section class="admonition">