summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>