summaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 04d016c..7bd92e8 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>