From 3b06411402406bbe89e83a67e7377916a9f356a3 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 20 May 2020 13:04:36 +0300 Subject: [PATCH] homepage: fix headings hierarchy (#30871) --- site/layouts/partials/home/masthead-followup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" "" }} -- 2.47.2