summaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authoramzrk22020-06-14 00:06:35 +0800
committeramzrk22020-06-14 00:06:35 +0800
commit231964080b26b3b3cab91b2c6144a784d3bef99d (patch)
treecb528f92f65f1bdc8c3a679cf1d8cbb7f1375e87 /layouts/_default/single.html
parentd6a2a5d08804ce712185a41229d531a96d03fe95 (diff)
downloadhugo-theme-fuji-231964080b26b3b3cab91b2c6144a784d3bef99d.tar.gz
hugo-theme-fuji-231964080b26b3b3cab91b2c6144a784d3bef99d.tar.bz2
hugo-theme-fuji-231964080b26b3b3cab91b2c6144a784d3bef99d.zip
In-post APlayer now support multiple files
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index db5e2f5..413cacc 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -7,7 +7,7 @@
<div class="post-item post-meta">
{{ partial "post-meta.html" . }}
</div>
- {{ with .Params.playerURL }}
+ {{ with .Params.player }}
<div id="post-aplayer"></div>
{{ end }}
<!-- post main content -->