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: 8789cd6b2011f3eb6fdf14e8ae33868c05eab639 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ partial "header.html" . }}
<section class="main">
    <div class="container-fluid">
        <div class="content">
            <div class="markdown">
                {{ .Content }}
            </div>
        </div>
    </div>
</section>
{{ partial "footer.html" . }}