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 --- static/history/copperheados.html | 31 ++----------------------------- static/history/index.html | 33 ++++----------------------------- static/history/legacy-changelog.html | 31 ++----------------------------- 3 files changed, 8 insertions(+), 87 deletions(-) (limited to 'static/history') diff --git a/static/history/copperheados.html b/static/history/copperheados.html index d4c5879e..759e2da5 100644 --- a/static/history/copperheados.html +++ b/static/history/copperheados.html @@ -30,24 +30,7 @@ -
- -
+ {% include "header.html" %}

CopperheadOS is now GrapheneOS

@@ -124,16 +107,6 @@ substantially more resources available, including significantly more funding.

- + {% include "footer.html" %} diff --git a/static/history/index.html b/static/history/index.html index bbafa71d..0acb2c87 100644 --- a/static/history/index.html +++ b/static/history/index.html @@ -30,24 +30,9 @@ -
- -
+ {% with current_page="history" %} + {% include "header.html" %} + {% endwith %}

History

@@ -109,16 +94,6 @@ legacy changelog page.

- + {% include "footer.html" %} diff --git a/static/history/legacy-changelog.html b/static/history/legacy-changelog.html index 2e86d56d..852c5922 100644 --- a/static/history/legacy-changelog.html +++ b/static/history/legacy-changelog.html @@ -30,24 +30,7 @@ -
- -
+ {% include "header.html" %}

Legacy changelog

@@ -2185,16 +2168,6 @@
- + {% include "footer.html" %} -- cgit v1.3.1