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