From: XhmikosR Date: Wed, 20 May 2020 10:04:36 +0000 (+0300) Subject: homepage: fix headings hierarchy (#30871) X-Git-Tag: v5.0.0-alpha1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b06411402406bbe89e83a67e7377916a9f356a3;p=thirdparty%2Fbootstrap.git homepage: fix headings hierarchy (#30871) --- diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index bf2a51cf07..0c8f26063a 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -25,9 +25,9 @@

Explore the docs
-
CSS only
+

CSS only

{{ highlight (printf (``) .Site.Params.cdn.css (.Site.Params.cdn.css_hash | safeHTMLAttr)) "html" "" }} -
JS and Popper.js
+

JS and Popper.js

{{ highlight (printf (` `) .Site.Params.cdn.popper (.Site.Params.cdn.popper_hash | safeHTMLAttr) .Site.Params.cdn.js (.Site.Params.cdn.js_hash | safeHTMLAttr)) "html" "" }}