mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-07-12 17:02:21 +02:00
archetypes
exampleSite
i18n
images
layouts
_default
baseof.html
list.html
single.html
summary.html
partials
404.html
robots.txt
source
static
.gitignore
LICENSE.txt
README.md
package.json
screenshot@2x.png
theme.toml
Bring the Disqus comments inside the <article> tag. The article has a sizeable bottom margin seprating it from the blog footer, and if Disqus comments are active they appear after this margin, and this looks ugly. Semantically, I think the comments should actually be inside the article tag anyways (since they are directly related), as well as further wrapped in article tags, but we don't control the code that Disqus injects so we'll have to make do with this. See: https://www.w3.org/TR/html5/sections.html#the-article-element