diff --git a/_config.yml b/_config.yml index 5bf1b2575a..175f9128c1 100644 --- a/_config.yml +++ b/_config.yml @@ -92,8 +92,8 @@ delicious_user: delicious_count: 3 # Disqus Comments -disqus_short_name: -disqus_show_comment_count: false +disqus_short_name: home-assistant +disqus_show_comment_count: true # Google Analytics google_analytics_tracking_id: UA-57927901-1 diff --git a/sass/oscailte/base/_post.scss b/sass/oscailte/base/_post.scss index 2b577fbe4d..e2805bd191 100644 --- a/sass/oscailte/base/_post.scss +++ b/sass/oscailte/base/_post.scss @@ -69,8 +69,12 @@ article { $meta-color: $site-background; font-size: 12px; padding: 0 0 5px; - > time { + > * { margin-right: 20px; + + &:last-child { + margin-right: 0; + } } } diff --git a/source/_includes/blog/post/article.html b/source/_includes/blog/post/article.html index 4aa799ec94..94b0bbcc86 100644 --- a/source/_includes/blog/post/article.html +++ b/source/_includes/blog/post/article.html @@ -10,9 +10,10 @@ {% unless post.meta == false %}