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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2020-12-06 10:50:53 +0300
committeruPagge <upagge@mail.ru>2020-12-06 10:50:53 +0300
commit9d0c9e16bac32409b11df1bc99707ccca9194131 (patch)
treef9e9a52b3938a2c1b2117a3c0f08eca1ebf023ca /layouts/_default/baseof.html
parent076acff876abc077489ee000772960be35b4f74c (diff)
nav post fix
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d8ee12d..98c1d76 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -25,9 +25,11 @@
<div class="wrapper">
{{- partial "header.html" . -}}
<main class="main">
+ {{- block "no-content" . }}
<div class="container">
{{- block "content" . }}{{ end -}}
</div>
+ {{ end -}}
</main>
{{- partial "footer.html" . -}}
</div>