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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2019-08-22 21:01:22 +0300
committerDillon <dillonzq@outlook.com>2019-08-22 21:01:22 +0300
commit934c3a515615c8e6cd44b8d8f86358738cf1295c (patch)
treed8d8a2b98b931a8b4e31f1a532bb88119ea04f64 /layouts/_default/baseof.html
parentf1ec275c9fba02bc50418f523b0849ad441cb3da (diff)
feat: faster, support custom lib cdn and more standardized code style
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 3a60625..45a6204 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -21,5 +21,6 @@
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</div>
+ <a href="#" id="dynamic-to-top"><span>&nbsp;</span></a>
</body>
</html> \ No newline at end of file