summaryrefslogtreecommitdiff
path: root/src/render.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-04-01 10:13:17 -0700
committercolin <colin@cicadas.surf>2023-04-01 10:13:17 -0700
commitcc10599f1531e18998fd8a6d80f8b17846699d63 (patch)
tree13b9e25456957f4db988e82b577338ebb861f03a /src/render.lisp
parent08a8e51de33a77b458b87dbd25bdfdceefb6584e (diff)
Add navbar and various unaccountable changes
Diffstat (limited to 'src/render.lisp')
-rw-r--r--src/render.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render.lisp b/src/render.lisp
index 71f07b4..a073f31 100644
--- a/src/render.lisp
+++ b/src/render.lisp
@@ -22,4 +22,5 @@ be a keyword for usin in EQL method specializers."))
(:head
(:title ,title-var))
(:body
+ (page-nav)
,@body))))))