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

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

{{ define "main" }}
<div class="container my-gap">
 	{{ partial "post-list.html"  . }}
 	{{ partial "pagination.html" . }}
</div>
{{ end }}