From 4b641b0f9a681009e80f847f415f29ea14126420 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 17 Jan 2020 21:44:25 +0100 Subject: #133, move disqus to separate template to allow override, rename BookDisqus to BookComments --- assets/_main.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'assets') diff --git a/assets/_main.scss b/assets/_main.scss index bf60a18..03bc298 100644 --- a/assets/_main.scss +++ b/assets/_main.scss @@ -240,10 +240,8 @@ ul.pagination { } } -// Give a little extra space before showing Disqus comments. See: -// https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/disqus.html#L3 -#disqus_thread { - padding-top: $padding-16; +.book-comments { + margin-top: $padding-16; } .book-languages { -- cgit v1.2.3