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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/about/list.html')
-rw-r--r--layouts/about/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/about/list.html b/layouts/about/list.html
index 278b4dd..3458ca4 100644
--- a/layouts/about/list.html
+++ b/layouts/about/list.html
@@ -1,4 +1,4 @@
-{{ partial "header.html" . }}
+{{ define "main" }}
<main>
<div class="post">
@@ -22,4 +22,4 @@
</div>
</main>
-{{ partial "footer.html" . }} \ No newline at end of file
+{{ end }} \ No newline at end of file