From 5b4d4b3400acdace76f5970849fcb7f9cefd2c4d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 30 Jul 2023 04:15:05 +0200 Subject: Genesis commit Not ready for release yet, but I need some commits for M4 to work properly. --- include/footer.html | 4 ++++ include/head.html | 5 +++++ include/nav.html | 4 ++++ 3 files changed, 13 insertions(+) create mode 100644 include/footer.html create mode 100644 include/head.html create mode 100644 include/nav.html (limited to 'include') 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 @@ + + Page last edited: + m4_esyscmd(git log -1 --pretty='format:%cI' Makefile | xargs date +'%A %d %B %Y — %T %Z' -d) + 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 @@ + + + + +The Mango Tree 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 @@ + +
  • Home
  • +
  • Back
  • +
    -- cgit v1.2.3