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

single.html « pages « layouts - github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b01558de3b17e5507957599c8b2f0a74b3da09e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ partial "header.html" . }}

<div class="main-content">
    <div class="main-content__title title-type__custom u-font">
        <h1 id="title">{{ .Title }}</h1>
    </div>
    <div>
        <article id="content">
            {{ .Content }}
        </article>
    </div>
</div>

{{ partial "footer.html" . }}