X-Git-Url: https://njoseph.me/gitweb/hyde.git/blobdiff_plain/cd672f87b773e7d7f0bd278fe2faa68a1e2ffc1f..5aab5b03ab910f0920b961ebda2f7f75f685b121:/layouts/_default/single.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 9f4f603..26149e7 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,15 +1,19 @@ {{ partial "head.html" . }} - + + {{ partial "sidebar.html" . }} -{{ partial "sidebar.html" . }} - -
-
-

{{ .Title }}

- +
+
+

{{ .Title }}

+ {{ .Content }} -
-
+
+ + {{ if .Site.Params.disqusShortname }} +

Comments

+ {{ partial "disqus" . }} + {{ end }} +
- - + + \ No newline at end of file