X-Git-Url: https://njoseph.me/gitweb/hyde.git/blobdiff_plain/e1a4df05e8607090d012eb806fd47f58b46e7f0e..82832c1244f2d536c754efb98fbdb02b1844f4c7:/layouts/_default/single.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 61d009d..2317495 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,15 +1,12 @@ -{{ partial "head.html" . }} - - -{{ partial "sidebar.html" . }} - -
+{{ define "main" -}}

{{ .Title }}

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

Comments

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