diff --git a/sass/oscailte/base/_post.scss b/sass/oscailte/base/_post.scss index 34dbf33a453..15e3aed12f8 100644 --- a/sass/oscailte/base/_post.scss +++ b/sass/oscailte/base/_post.scss @@ -77,6 +77,12 @@ article { margin-right: 0; } } + + .comments::before { + content: "\f075"; + font-family: "FontAwesome"; + padding-right: 3px; + } } // Blog listings, index page diff --git a/source/_includes/blog/post/article.html b/source/_includes/blog/post/article.html index c6792e75fcb..0423ce6bfa3 100644 --- a/source/_includes/blog/post/article.html +++ b/source/_includes/blog/post/article.html @@ -14,9 +14,9 @@ {% include post/time_to_read.html %} {% include blog/post/tags.html %} {% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %} - - Comments - + Comments {% endif %} {% endunless %}