diff --git a/_config.yml b/_config.yml index 691f316..dff1c20 100644 --- a/_config.yml +++ b/_config.yml @@ -9,8 +9,6 @@ highlighter: rouge paginate: 20 domain_name: 'http://quentin.dufour.io' -#google_analytics: 'UA-37637739-1' -disqus_shortname: 'blogdequentin' # Details for the RSS feed generator url: 'http://quentin.dufour.io' diff --git a/_layouts/default.html b/_layouts/default.html index 91a171e..f821221 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + @@ -8,9 +8,9 @@ {{ site.name }}{% if page.title %} - {{ page.title }}{% endif %} - - + + @@ -23,10 +23,5 @@
{{ content }}
- - - - - diff --git a/_layouts/post.html b/_layouts/post.html index 995779b..b046564 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,6 +1,5 @@ --- layout: default -disqus: true archive: true --- @@ -27,14 +26,6 @@ archive: true - -{% if page.disqus %} -
-

Comments

- {% include disqus.html %} -
-{% endif %} - {% if page.archive %}