summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-04-15 19:26:25 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-04-15 19:26:25 +0200
commit691ffdef2d10442648f2dbe72c499759993ad496 (patch)
tree0392d7af76d126e7a478ddf3d91c1642c3079b22 /layouts
parentab85b06c84fc1462a68c55d9c182beb0a236b130 (diff)
meta data at footer
Diffstat (limited to 'layouts')
-rw-r--r--layouts/posts/single.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index c9e4926..564debc 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -28,8 +28,10 @@
{{ .Content }}
<!-- meta data at footer of content -->
+ <div class="post-meta">
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories" . }}{{ end }}
{{ with .Page.Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }}
+ </div>
</div>
<footer>