diff --git a/layouts/posts/single.html b/layouts/posts/single.html new file mode 100644 index 0000000..f841e29 --- /dev/null +++ b/layouts/posts/single.html @@ -0,0 +1,18 @@ + {{ partial "head.html" . }} + + {{ partial "nav.html" . }} + {{ partial "profile.html" . }} + +
+ {{ .Content }} + + {{ if and (isset .Site.Params "disqusShortname") (ne .Site.Params.disqusShortname "") }} + {{ partial "disqus" . }} + {{ end }} + + {{ partial "footer.html" . }} +
+ + {{ partial "js.html" . }} + +