X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/da66ac1983b586765652f54bf556f268f1e32ff4..62ef2ef06f36bccddecaffc9567898899c29036d:/layouts/_default/single.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a6f29b1..6bd2524 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,15 +1,19 @@ -{{ template "theme/chrome/head.html" . }} - + {{ partial "head.html" . }} + + {{ partial "sidebar.html" . }} -{{ template "theme/chrome/sidebar.html" . }} +
+
+

{{ .Title }}

+ + {{ .Content }} +
-
-
-

{{ .Title }}

- - {{ .Content }} -
-
+ {{ if and (isset .Site.Params "disqusShortname") (ne .Site.Params.disqusShortname "") }} +

Comments

+ {{ partial "disqus" . }} + {{ end }} +