summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-07-30 04:15:05 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-07-30 04:15:05 +0200
commit5b4d4b3400acdace76f5970849fcb7f9cefd2c4d (patch)
treeaba62cb24bee0f6e81434602571791b1945a78fb /include
Genesis commit
Not ready for release yet, but I need some commits for M4 to work properly.
Diffstat (limited to 'include')
-rw-r--r--include/footer.html4
-rw-r--r--include/head.html5
-rw-r--r--include/nav.html4
3 files changed, 13 insertions, 0 deletions
diff --git a/include/footer.html b/include/footer.html
new file mode 100644
index 0000000..c1c20e2
--- /dev/null
+++ b/include/footer.html
@@ -0,0 +1,4 @@
+<small>
+ Page last edited:
+ m4_esyscmd(git log -1 --pretty='format:%cI' Makefile | xargs date +'%A %d %B %Y — %T %Z' -d)
+</small>
diff --git a/include/head.html b/include/head.html
new file mode 100644
index 0000000..97aa283
--- /dev/null
+++ b/include/head.html
@@ -0,0 +1,5 @@
+<meta charset="UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<link href="/favicon.svg" rel="shortcut icon" type="image/svg">
+<link href="/style.css" rel="stylesheet">
+<title>The Mango Tree</title>
diff --git a/include/nav.html b/include/nav.html
new file mode 100644
index 0000000..9f8f2c2
--- /dev/null
+++ b/include/nav.html
@@ -0,0 +1,4 @@
+<menu>
+ <li><a href="/">Home</a></li>
+ <li><a href="..">Back</a></li>
+</menu>