Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/backtotop.html')
-rw-r--r--layouts/partials/backtotop.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/backtotop.html b/layouts/partials/backtotop.html
index 23c9b16..5cf1ba7 100644
--- a/layouts/partials/backtotop.html
+++ b/layouts/partials/backtotop.html
@@ -8,8 +8,7 @@ addBackToTop({
diameter: 42,
{{ if .Site.Params.primaryColor }}
backgroundColor: {{ .Param "primaryColor" }},
-{{end}}
-
+{{ end }}
innerHTML: '<svg viewBox="0 0 24 24"><path d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/></svg>',
textColor: '#fff'
});