Add footer section for single post
This commit is contained in:
parent
bedb4d42b4
commit
d5d78035ff
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
<div class="post__meta meta mb">{{ partial "post_meta.html" . }}</div>
|
||||
<h1 class="post__title">{{ .Title }}</h1>
|
||||
<div class="post__content">{{ .Content }}</div>
|
||||
<footer class="post__footer">
|
||||
{{ if .Params.tags }}{{ partial "post_tags.html" . }}{{ end }}
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
{{ partial "comments.html" . }}
|
||||
|
|
Loading…
Reference in a new issue