From 7099942c40248c8f1b9b355e91d9c4d02893adf1 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Mon, 25 Sep 2023 15:49:09 +0000 Subject: [PATCH] feat(overrides): add archive.org/.md links at footer Also mandatory SPDX-License-Identifier headers for legal Signed-off-by: Andrei Jiroh Halili --- overrides/404.html | 2 ++ overrides/main.html | 6 ++++++ overrides/partials/copyright.html | 23 +++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 overrides/partials/copyright.html diff --git a/overrides/404.html b/overrides/404.html index dc865f7..3d42732 100644 --- a/overrides/404.html +++ b/overrides/404.html @@ -1,4 +1,6 @@ {#- + SPDX-License-Identifier: MIT + This file is copied from https://github.com/squidfunk/mkdocs-material/blob/81c15d5eced1b34e3636acb27d4cf16dad5c26e7/material/404.html alongside with customizations for live site development. -#} diff --git a/overrides/main.html b/overrides/main.html index 800056d..e1fd16e 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,3 +1,9 @@ +{#- + +SPDX-License-Identifier: MIT + +-#} + {% extends "base.html" %} {% block extrahead %} diff --git a/overrides/partials/copyright.html b/overrides/partials/copyright.html new file mode 100644 index 0000000..db9f0b3 --- /dev/null +++ b/overrides/partials/copyright.html @@ -0,0 +1,23 @@ +{#- + SPDX-License-Identifier: MIT + + Generally copied from upstream sources: https://github.com/squidfunk/mkdocs-material/blob/79515879d159ee807db61687c7d83aa63a8e9905/material/templates/partials/copyright.html + -#} + \ No newline at end of file