diff options
author | amzrk2 | 2021-01-10 21:11:57 +0800 |
---|---|---|
committer | amzrk2 | 2021-01-10 21:11:57 +0800 |
commit | e5b7e226f064268686c9799e9e54910e3b83b38b (patch) | |
tree | d1792315f4419034f2557f06fca5620f4060bd94 /layouts/partials/scripts-front.html | |
parent | 1500c3c475e0ff99e6693dd11118e1a937b9ff34 (diff) | |
download | hugo-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/partials/scripts-front.html')
-rw-r--r-- | layouts/partials/scripts-front.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts-front.html b/layouts/partials/scripts-front.html index c28912a..c802702 100644 --- a/layouts/partials/scripts-front.html +++ b/layouts/partials/scripts-front.html @@ -10,4 +10,4 @@ document.body.setAttribute('data-theme', fujiThemeData === 'dark' ? 'dark' : 'light'); } } -</script> +</script>
\ No newline at end of file |