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

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik <kskarthik@disroot.org>2020-02-04 16:57:17 +0300
committerKarthik <kskarthik@disroot.org>2020-02-04 16:57:17 +0300
commit50305c517fab8afc228dcb99a98bbf4c02be42b2 (patch)
tree8e21c5c0b8bfe8aef7e477ea3d86dddce7315f8f /layouts/_default/baseof.html
parent6911ef1ab394327535266b383ea7c23321d10c40 (diff)
add search bar, new index page post list
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 675fa25..1aac84f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,6 +3,7 @@
{{- partial "header.html" . -}}
<body>
<div id="content">
+ {{- partial "nav.html" . -}}
{{- block "main" . -}}
{{ end }}
</div>