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

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-09-21 14:37:16 +0300
committerJan Raasch <jan@janraasch.com>2020-09-21 14:37:16 +0300
commit90d0a1842357aaef7b06142eb73fc1e3eba9c998 (patch)
tree00d90601b96d042db2e748f538de27fa1d689732
parentb664d26b0c2188baa1685a74bf526959a70597dc (diff)
refactor: remove unneeded "icon-asterisk"-class
-rw-r--r--static/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/index.js b/static/js/index.js
index 2356db8..969b5ed 100644
--- a/static/js/index.js
+++ b/static/js/index.js
@@ -104,7 +104,7 @@ var $sitehead = $("#site-head");
}
$("ul li").before(
- '<span class="bult fa fa-asterisk icon-asterisk"></span>'
+ '<span class="bult fa fa-asterisk"></span>'
);
$("blockquote p").prepend('<span class="quo fa fa-quote-left"></span>');
$("blockquote p").append('<span class="quo fa fa-quote-right"></span>');