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: a0b308aee002d2e8e6a3f0117ae0356f5d1c1e5b (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 "bloc/content/h1-title" . }}
  </header>
  {{ range $index, .Paginator.Pages.ByTitle }}
    {{ .Render "section.li" }}
  {{ end }}
  {{ partial "bloc/content/pagination" . }}
</section>
{{ partial "foot" . }}