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:
authoruPagge <git@upagge.ru>2021-02-26 01:34:02 +0300
committeruPagge <git@upagge.ru>2021-02-26 01:34:02 +0300
commit08bd371df5224ec717323c32263df8c2db262495 (patch)
treeecf56ce49da5978f95000cadbe6e7a33f9d56d94 /layouts/_default/baseof.html
parentd8dd4eb3543d5073e1736c9f5f531eb0299a9ad5 (diff)
delete-font-awesome
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index dfa3037..b53c2bb 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -44,12 +44,12 @@
<div id="fixed-buttons">
{{- /* top button */ -}}
<a href="#" id="back-to-top" class="fixed-button" title="{{ T `backToTop` }}">
- <i class="fas fa-arrow-up fa-fw"></i>
+ <i class="svg-icon icon-arrow-up"></i>
</a>
{{- /* comment button */ -}}
<a href="#" id="view-comments" class="fixed-button" title="{{ T `viewComments` }}">
- <i class="fas fa-comment fa-fw"></i>
+ <i class="svg-icon icon-comments-fixed"></i>
</a>
</div>