summaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authoramzrk22020-05-06 20:30:07 +0800
committeramzrk22020-05-06 20:30:07 +0800
commit41ef0bdcde0534402d430185052f4c553144487c (patch)
tree6e2142599e315395afbd71d09585d06c902683eb /layouts/_default/single.html
parent11639966566927a4616748c71c7c708a63d9d2b1 (diff)
downloadhugo-theme-fuji-41ef0bdcde0534402d430185052f4c553144487c.tar.gz
hugo-theme-fuji-41ef0bdcde0534402d430185052f4c553144487c.tar.bz2
hugo-theme-fuji-41ef0bdcde0534402d430185052f4c553144487c.zip
General template fix
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6056021..7ee7d25 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,5 +1,6 @@
{{ define "main" }}
<article>
+ <!-- post meta -->
<h4 id="post-title">
<a href="{{ .Permalink }}">{{ .Title }}</a>
</h4>
@@ -9,10 +10,12 @@
{{ with .Params.playerURL }}
<div id="post-aplayer"></div>
{{ end }}
+ <!-- post main content -->
<div class="markdown-body" id="post-content">
{{ .Content }}
</div>
</article>
+<!-- post license -->
{{ if ne .Params.noLicense true }}
<div class="markdown-body" id="license">
<blockquote>