diff options
author | mms <michal@sapka.me> | 2024-04-24 20:00:47 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-24 20:00:47 +0200 |
commit | 06a78ff287d3fc51cb8f5d04dfdc751379fa10ff (patch) | |
tree | 926326f1dd7243405114af72eb65bd72f4446ca2 /layouts/_default/list.html | |
parent | 1c29765a2b4cb5d2702d2476cdc8985a6870d541 (diff) |
chore: add bottom nav to BSD
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r-- | layouts/_default/list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index a7b0668..f106a52 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,6 +2,9 @@ {{if .Page.Content}} {{ .Page.Content }} +{{- if .Params.primary_menu }} +{{ partial "single/bottom_nav.html" (dict "menuID" .Page.Params.primary_menu "page" .) }} +{{- end }} {{ else }} {{ if in .Page.Params.Categories "blog" }} {{ partial "partials/blog_index.html" . }} |