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

list.html « _default « layouts - github.com/jacobsun/hugo-theme-cole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 85538acd8020257ec2330854a90a358fba234d38 (plain)
1
2
3
4
5
6
7
8
9
{{ partial "head.html" . }}

<body>
    {{ partial "header.html" . }}
    {{ partial "list.html" . }}
    {{ partial "js.html" . }}
    {{ partial "footer.html" .}}
</body>
</html>