{{ trim .Title " " }} @@ -24,11 +24,11 @@ {{ end }} {{ if .Site.DisqusShortname }} - {{ template "_internal/disqus.html" . }} + {{ partial "disqus.html" . }} {{ end }} {{ if .Site.Params.UtterancesRepo }} {{ partial "utterances.html" . }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html new file mode 100644 index 0000000..0b59e05 --- /dev/null +++ b/layouts/partials/disqus.html @@ -0,0 +1 @@ +{{ template "_internal/disqus.html" . }}