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:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-10-20 11:49:07 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-10-20 11:49:07 +0300
commit07125cc9f4ba6c6344f822fcb7a5848461c64b93 (patch)
treec2403dcb31be295f5a2ae92bd4e63ad3ae57ba97 /layouts
parentebb14fb8e4737db4afcebad1f2f6ea4d4e1a3c1e (diff)
Fix broken about page
Diffstat (limited to 'layouts')
-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