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

single.html « _default « layouts - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8bae45dedc78d3fce31ad8eb6b80ef6912476837 (plain)
1
2
3
4
5
6
7
{{ define "main" }}
    <div class="container markdown top-pad">
        {{ .Content }}
    </div>
    <!-- End post content -->
    {{ partial "comments.html" . }}
{{ end }}