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

doc-list.html « components « partials « layouts - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51e71b3b1b8b07085b4ecdf68e0c61159a174563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<article class="mx-6 my-8">
  <h1 class="font-bold text-3xl text-primary-text">{{ .Title }}</h1>
  {{ with .Content }}
  <div class="content">
      {{ . }}
  </div>
  {{ end }}
</article>
<div class="bg-secondary-bg rounded px-6">
  {{ partial "components/summary-list-plain" .Paginator.Pages }}
</div>
{{ template "_internal/pagination.html" . }}