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>2020-03-16 05:59:51 +0300
committerGitHub <noreply@github.com>2020-03-16 05:59:51 +0300
commit212e67c2a59dff21dbcaf287565f161c6a0dd578 (patch)
tree14f10d2ab5eb0d4162dc2ea65579bfc993afde16 /layouts
parentbf7c4b5173c3baba02b87a410ce04909c1b86cf6 (diff)
feat(style): improve toc style (#167)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index aeff9cf..d32a06c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -56,7 +56,7 @@
{{- /* Dynamic to top button */ -}}
<a href="#" class="dynamic-to-top animated faster" id="dynamic-to-top">
- <i class="fas fa-chevron-up fa-fw"></i>
+ <i class="fas fa-arrow-up fa-fw"></i>
</a>
{{- /* Load JavaScript scripts and CSS */ -}}