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

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