summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
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>