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: 0b0f582993f82dbeaea618d86318be4e99bfb420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{ partial "head" . }}

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