From 77ec19755260ec2e65ef284a63d28129c42d70dc Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Thu, 23 Apr 2020 11:50:45 +0800
Subject: Switch progressbar.js to fa
---
layouts/_default/baseof.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'layouts/_default/baseof.html')
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index a1eb732..d6e53f4 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -15,8 +15,8 @@
-
--
cgit v1.2.3
From 39d85cc63387f940dcfd6cef1a6d43d2cc4ebdf1 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Thu, 23 Apr 2020 19:36:26 +0800
Subject: Support in-post or global APlayer
---
layouts/_default/baseof.html | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'layouts/_default/baseof.html')
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d6e53f4..6df6ad6 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -15,9 +15,14 @@
+ {{ if .Site.Params.playerURL }}
+
+ {{ end }}
+ {{ if .Site.Params.scrollTop }}
+ {{ end }}
--
cgit v1.2.3