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

list.html « about « layouts - github.com/st-wong/hugo-spectre-pixel-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d66a83853616f2b81cbc07bd2f75a7097bb2ec87 (plain)
1
2
3
4
5
6
7
8
9
{{ define "profile" }}
  {{ partial "profile.html" . }}
{{ end }}

{{ define "main" }}
<div class="container my-gap">
  {{ .Content }}
</div>
{{ end }}