Allow to show full content on list

This commit is contained in:
panr
2019-03-31 19:18:08 +02:00
parent bca791fe8c
commit 50e36736c6
14 changed files with 1807 additions and 1128 deletions

View File

@ -20,6 +20,12 @@
<img src="{{ . | absURL }}" class="post-cover" />
{{ end }}
{{ if .Params.Toc }}
<div class="table-of-contents">
{{ .TableOfContents }}
</div>
{{ end }}
<div class="post-content">
{{ .Content }}
</div>