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

single.html « _default « layouts - github.com/uicardiodev/hugo-lime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb1f6ad9c3f30742bda6a54123a8e798afbbf517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ $navtype := "hello" }}
{{ partial "header.html" . }}
{{ partial "nav.html" . }}

<div class="container py-5">
  <h1 class="">{{ .Params.title }}</h1>
  <p>{{ .Content }}</p>
</div>

  

	{{ partial "footer.html" . }}


{{ partial "footer-end.html" }}