Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2020-12-06 15:25:05 +0300
committeruPagge <upagge@mail.ru>2020-12-06 15:25:05 +0300
commitcfd2a5650281c57df14a7c8c4324f3ab45688aa1 (patch)
treefc527e6d2bb77362e7f7182376232e8d3dd6d9c6 /layouts/posts
parent881f62c75b78cc8d65fa7a02ea16b61b2924cfce (diff)
fix css post-tags
Diffstat (limited to 'layouts/posts')
-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 da169bd..9a80b36 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -133,7 +133,7 @@
</article>
{{- with .Params.tags -}}
- <div class="post-tags">
+ <div class="{{ if $toc.keepStatic }} post-tags {{ else }} post-tags post-tags-toc {{ end }}">
{{- range $index, $value := . -}}
{{- $tag := partialCached "function/path.html" $value $value | printf "/tags/%v" | $.Site.GetPage -}}
<a href="{{ $tag.RelPermalink }}" class="tag">{{ $tag.Title }}</a>