diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 04d016c..6056021 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,6 +6,9 @@ <div id="post-meta"> {{ partial "post-meta.html" . }} </div> + {{ with .Params.playerURL }} + <div id="post-aplayer"></div> + {{ end }} <div class="markdown-body" id="post-content"> {{ .Content }} </div> @@ -17,10 +20,6 @@ </blockquote> </div> {{ end }} -{{ if .Site.Params.utterancesComment }} {{ partial "comment-utterances.html" . }} -{{ end }} -{{ if .Site.Params.disqusComment }} {{ partial "comment-disqus.html" . }} -{{ end }} {{ end }}
\ No newline at end of file |