From 8a2dadcd2572fb5f472c91e8bc3957882fa48320 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 14 Oct 2025 19:15:51 +0200 Subject: Open the blog --- themes/_includes/layout/footer.html | 8 ++++++++ themes/_includes/layout/header.html | 6 ++++++ themes/_includes/layout/navigation.html | 6 ++++++ 3 files changed, 20 insertions(+) create mode 100644 themes/_includes/layout/footer.html create mode 100644 themes/_includes/layout/header.html create mode 100644 themes/_includes/layout/navigation.html (limited to 'themes/_includes/layout') diff --git a/themes/_includes/layout/footer.html b/themes/_includes/layout/footer.html new file mode 100644 index 0000000..bd27826 --- /dev/null +++ b/themes/_includes/layout/footer.html @@ -0,0 +1,8 @@ + diff --git a/themes/_includes/layout/header.html b/themes/_includes/layout/header.html new file mode 100644 index 0000000..d5b7a76 --- /dev/null +++ b/themes/_includes/layout/header.html @@ -0,0 +1,6 @@ + diff --git a/themes/_includes/layout/navigation.html b/themes/_includes/layout/navigation.html new file mode 100644 index 0000000..7f46bd8 --- /dev/null +++ b/themes/_includes/layout/navigation.html @@ -0,0 +1,6 @@ + -- cgit v1.2.3