From 1a91f696010b0877608522357fc5d05b5a6867e5 Mon Sep 17 00:00:00 2001 From: Shalabh Chaturvedi Date: Thu, 26 May 2016 23:17:00 -0700 Subject: [PATCH] Add disqus comments to blog pages --- site/source/layouts/blog_layout.html.haml | 5 +++++ site/source/stylesheets/howl.css.scss | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/site/source/layouts/blog_layout.html.haml b/site/source/layouts/blog_layout.html.haml index c7894f9c6..ea55077ad 100644 --- a/site/source/layouts/blog_layout.html.haml +++ b/site/source/layouts/blog_layout.html.haml @@ -9,5 +9,10 @@ = preserve yield + .comments + %div#disqus_thread + ! + ! + - else = preserve yield diff --git a/site/source/stylesheets/howl.css.scss b/site/source/stylesheets/howl.css.scss index ef1b6ff91..dbb16a3a1 100644 --- a/site/source/stylesheets/howl.css.scss +++ b/site/source/stylesheets/howl.css.scss @@ -467,3 +467,7 @@ iframe { max-height: 315px; } } + +.comments { + margin-top: 3em; +}