mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-02-22 17:28:46 +01:00
Bootstrap's default only styles blockquote tags that also have the class "blockquote". As Hugo's Markdown syntax for blockquotes only produces bare blockquote tags, we should apply the same style to those as well, as this is most likely what users expect. Note: there seems to be a regression in the style used in v4 Alpha 6 as compared to v4 Beta 1. Need to follow that up, but for now I will just copy the style verbatim. See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/issues/50