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

section.html « _default « layouts - github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88b3b5cf2d1fbd2f29812e8922b4a2a15eedb2d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ partial "head" . }}
<div id="main-content" class="container">
  <header>
    {{ partial "content/h1-title" . }}
  </header>
  {{ range $index, .Paginator.Pages }}
    {{ .Render "section.li" }}
  {{ end }}
  {{ partial "content/pagination" . }}
</div>
{{ partial "foot" . }}