diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index c251837..0bfe2ec 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -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 }}">#{{ .Page.Title }}</a> {{ end }} </div> {{ end }} |