Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/section.html')
-rw-r--r--layouts/_default/section.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index d115672..ac541d3 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -1,11 +1,11 @@
{{ partial "head" . }}
-<section id="main-content" class="container main_content section">
- <header class="container">
+<div id="main-content" class="container">
+ <header>
{{ partial "bloc/content/h1-title" . }}
</header>
{{ range $index, .Paginator.Pages }}
{{ .Render "section.li" }}
{{ end }}
{{ partial "bloc/content/pagination" . }}
-</section>
+</div>
{{ partial "foot" . }}