From 150608e016fe9c8c2e8a5af645db50acc1d85fe1 Mon Sep 17 00:00:00 2001 From: smdyv <88971341+smdyv@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:06:57 +0200 Subject: Use simple templating for static processing --- templates/footer.html | 11 +++++++++++ templates/header.html | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 templates/footer.html create mode 100644 templates/header.html (limited to 'templates') diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 00000000..efe7cd9b --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,11 @@ + diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 00000000..0ab95a71 --- /dev/null +++ b/templates/header.html @@ -0,0 +1,18 @@ +
+ +
-- cgit v1.3.1