summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authoramzrk22020-04-23 14:14:13 +0800
committeramzrk22020-04-23 14:14:13 +0800
commit14dececfd2ac91e1be402d3ebfff61974b3d76a1 (patch)
treef881135443294352b844030fea7564d1a4aa1602 /layouts
parente70742788897138cfb971f78618641a4190707f4 (diff)
downloadhugo-theme-fuji-14dececfd2ac91e1be402d3ebfff61974b3d76a1.tar.gz
hugo-theme-fuji-14dececfd2ac91e1be402d3ebfff61974b3d76a1.tar.bz2
hugo-theme-fuji-14dececfd2ac91e1be402d3ebfff61974b3d76a1.zip
Update font stack & resources
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index a6dc367..48a056e 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -31,7 +31,7 @@
$("#scroll-top").click(function () {
$("html, body").animate({
scrollTop: 0
- }, "slow");
+ });
});
</script>
{{ end }}