1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

docs(home): wrap all content in <main> & use <section> (#31580)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Gaël Poupard
2020-09-10 11:26:26 +02:00
committed by GitHub
parent e6ce3989ed
commit cbe4daff6f
3 changed files with 14 additions and 12 deletions

View File

@@ -8,8 +8,10 @@
{{ partial "docs-navbar" . }}
{{ partial "home/masthead" . }}
{{ partial "home/masthead-followup" . }}
<main>
{{ partial "home/masthead" . }}
{{ partial "home/masthead-followup" . }}
</main>
{{ .Content }}