summaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
authoramzrk22021-01-10 21:11:57 +0800
committeramzrk22021-01-10 21:11:57 +0800
commite5b7e226f064268686c9799e9e54910e3b83b38b (patch)
treed1792315f4419034f2557f06fca5620f4060bd94 /layouts/_default
parent1500c3c475e0ff99e6693dd11118e1a937b9ff34 (diff)
downloadhugo-theme-fuji-e5b7e226f064268686c9799e9e54910e3b83b38b.tar.gz
hugo-theme-fuji-e5b7e226f064268686c9799e9e54910e3b83b38b.tar.bz2
hugo-theme-fuji-e5b7e226f064268686c9799e9e54910e3b83b38b.zip
new: in-post aplayer support
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 8f7eb35..cd2bd48 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -7,9 +7,6 @@
<div class="post-item post-meta">
{{ partial "post-meta.html" . }}
</div>
- {{ with .Params.player }}
- <div id="post-aplayer"></div>
- {{ end }}
<!-- post main content -->
<div class="post-content markdown-body">
{{ .Content }}