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: 6ddc904e818cf777216da2b369ffa19f12e75b0a (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 .Paginator.Pages }}
    {{ .Render "section.li" }}
  {{ end }}
  {{ partial "content/pagination" . }}
</div>
{{ partial "foot" . }}