From eafb7b776ac92f3548b43d75536a534b70cf4caa Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Fri, 11 May 2018 08:29:37 -0500 Subject: [PATCH] Disqus --- core.css | 5 +++++ views/pages/post.ejs | 14 ++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/core.css b/core.css index 0b51871..6b00018 100644 --- a/core.css +++ b/core.css @@ -37,6 +37,11 @@ h6 { display: none; } +#disqus_thread { + margin-top: 100px; + padding-top: 1em; +} + blockquote { border-left: 5px solid #ddd; margin: 0; diff --git a/views/pages/post.ejs b/views/pages/post.ejs index 49276a1..79a145b 100644 --- a/views/pages/post.ejs +++ b/views/pages/post.ejs @@ -34,6 +34,20 @@

- until next time.

+
+ +