From b664d26b0c2188baa1685a74bf526959a70597dc Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Mon, 21 Sep 2020 13:35:37 +0200 Subject: [PATCH] fix: quote icons icon-quote-left and icon-quote-right are only included on font-awesome-ie7.css --- static/js/index.js | 4 ++-- 1 file 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( '' ); - $("blockquote p").prepend(''); - $("blockquote p").append(''); + $("blockquote p").prepend(''); + $("blockquote p").append(''); }); $post.each(function () {