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: 3004c34b16a3f8154dd14ca70d8ec8579be8b057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ partial "header.html" . }}

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

{{ partial "footer.html" . }}