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

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