summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-23 00:08:10 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-23 00:08:10 +0100
commitae12883d1e99627583a6b782b194b72ed9b98500 (patch)
tree02a5a6f19cb5f9ef0c2b0e5ce28abc7ed36dfe41 /include
parent1fea2c7f5e576766b08502572c799270b4bea3ef (diff)
Add www/
Diffstat (limited to 'include')
-rw-r--r--include/nav.gsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/nav.gsp b/include/nav.gsp
new file mode 100644
index 0000000..93a7ae5
--- /dev/null
+++ b/include/nav.gsp
@@ -0,0 +1,4 @@
+menu {
+ li {a href="/" {-Home}}
+ li {a href=".." {-Back}}
+}