feat: added support for Disqus (#120)
* feat: added support for Disqus
* feat: allow disqus to be disabled through frontmatter
Set:
bookDisableComments: true
On a page to disable disqus for the content.
This commit is contained in:
@@ -235,6 +235,12 @@ 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-languages {
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
|
||||
Reference in New Issue
Block a user