From 72eec2299707881e9e58660467e37b777b51a632 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Mon, 17 Apr 2023 19:59:34 +0200
Subject: Initial commit
---
templates/nav.html | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 templates/nav.html
(limited to 'templates/nav.html')
diff --git a/templates/nav.html b/templates/nav.html
new file mode 100644
index 0000000..135e407
--- /dev/null
+++ b/templates/nav.html
@@ -0,0 +1,6 @@
+Home
+{%- if config.extra.main_menu %}
+{%- for item in config.extra.main_menu %}
+{{ item.name }}
+{%- endfor %}
+{%- endif %}
--
cgit 1.4.1