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

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNYPD <6412879+NYPD@users.noreply.github.com>2022-02-25 03:26:58 +0300
committerNYPD <6412879+NYPD@users.noreply.github.com>2022-02-25 03:26:58 +0300
commit00a0f8ceb4b68149e127a91ad68d455370e4a9da (patch)
treeefe92319c129d4cb4fe22e10ee63d6ed212e1339
parent4b473b2052c0f92b20023593df85d6076544f067 (diff)
Update single.html
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6752948..ceeb928 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -15,10 +15,10 @@
{{ end }}
</article>
{{ if and (gt .WordCount 400) (.Param "backtotop") }}
- {{ partial "backtotop.html" . }}
<button onclick="topFunction()" id="backtotopButton">
<em class="fa fa-angle-up"></em>
</button>
+ {{ partial "backtotop.html" . }}
{{ end }}
{{ if (not (isset .Params "disable_comments")) }}
{{ partial "disqus.html" . }}