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:
Diffstat (limited to 'static/js/index.js')
-rw-r--r--static/js/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/index.js b/static/js/index.js
index 820d3c1..2356db8 100644
--- a/static/js/index.js
+++ b/static/js/index.js
@@ -106,8 +106,8 @@ var $sitehead = $("#site-head");
$("ul li").before(
'<span class="bult fa fa-asterisk icon-asterisk"></span>'
);
- $("blockquote p").prepend('<span class="quo icon-quote-left"></span>');
- $("blockquote p").append('<span class="quo icon-quote-right"></span>');
+ $("blockquote p").prepend('<span class="quo fa fa-quote-left"></span>');
+ $("blockquote p").append('<span class="quo fa fa-quote-right"></span>');
});
$post.each(function () {