From 1f7fb99be4a9473ebfd9eeb7bea8b81686e0325a Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Mon, 21 Nov 2022 08:48:23 -0500 Subject: [PATCH] Adds nav with /home h-card --- templates/partials/nav.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/partials/nav.html diff --git a/templates/partials/nav.html b/templates/partials/nav.html new file mode 100644 index 0000000..1a3448c --- /dev/null +++ b/templates/partials/nav.html @@ -0,0 +1,21 @@ +
+
+ {{ config.title }} + +
+ {% for social in config.extra.socials %} + + {% endfor %} +
+
+ + +
+