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:
-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>');