From 1a526c0adb2294a34de78440090a54c235fbbbe7 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Thu, 26 May 2022 13:10:21 +0200 Subject: [PATCH] Change raquo symbol to the hexcode to remove weird added characters --- src/sass/_blog.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/_blog.scss b/src/sass/_blog.scss index 41d2e9f..d58e3ae 100644 --- a/src/sass/_blog.scss +++ b/src/sass/_blog.scss @@ -14,7 +14,7 @@ section.blog-recent { text-decoration: none; &:after { - content: "ยป"; + content: "\00BB"; } } }