X-Git-Url: https://njoseph.me/gitweb/hyde.git/blobdiff_plain/5aab5b03ab910f0920b961ebda2f7f75f685b121..8bfa46de4850c1bf018adf396e413474a19ba96d:/layouts/_default/single.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 26149e7..735bbf7 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,19 +1,12 @@ -{{ partial "head.html" . }} - - {{ partial "sidebar.html" . }} +{{ define "main" -}} +
+

{{ .Title }}

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

{{ .Title }}

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

Comments

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

Comments

+{{ template "_internal/disqus.html" . }} +{{- end }} +{{- end }}