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

index.html « layouts - github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b6e3eae8d7d4d7668fb9117d2eb2bef9bc7aec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{ partial "head" . }}

<body class="template template--home">
    <section class="header-wrapper">
        {{ partial "header" . }}
        {{ partial "navigation" . }}
    </section>
    <main class="content" role="main" id="main-content">
        <h1>Yay!</h1>
        {{ partial "post-list" . }}
        {{ partial "pagination" . }}
    </main>
    {{ partial "footer" . }}
    {{ partial "js" . }}
</body>
</html>