From 86f7a15a2843f8c207124345d13969fb05ecc611 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 5 Nov 2025 09:33:23 +0100 Subject: Move themes files into the root directory --- templates/_includes/layout/footer.html | 8 ++++++++ templates/_includes/layout/header.html | 6 ++++++ templates/_includes/layout/navigation.html | 6 ++++++ 3 files changed, 20 insertions(+) create mode 100644 templates/_includes/layout/footer.html create mode 100644 templates/_includes/layout/header.html create mode 100644 templates/_includes/layout/navigation.html (limited to 'templates/_includes/layout') diff --git a/templates/_includes/layout/footer.html b/templates/_includes/layout/footer.html new file mode 100644 index 0000000..bd27826 --- /dev/null +++ b/templates/_includes/layout/footer.html @@ -0,0 +1,8 @@ + diff --git a/templates/_includes/layout/header.html b/templates/_includes/layout/header.html new file mode 100644 index 0000000..d5b7a76 --- /dev/null +++ b/templates/_includes/layout/header.html @@ -0,0 +1,6 @@ + diff --git a/templates/_includes/layout/navigation.html b/templates/_includes/layout/navigation.html new file mode 100644 index 0000000..7f46bd8 --- /dev/null +++ b/templates/_includes/layout/navigation.html @@ -0,0 +1,6 @@ + -- cgit v1.2.3