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 --- themes/templates/blog.html | 7 ------- themes/templates/default.html | 34 ---------------------------------- themes/templates/header.html | 3 --- themes/templates/page.html | 6 ------ themes/templates/post.html | 19 ------------------- themes/templates/tag.html | 9 --------- 6 files changed, 78 deletions(-) delete mode 100644 themes/templates/blog.html delete mode 100644 themes/templates/default.html delete mode 100644 themes/templates/header.html delete mode 100644 themes/templates/page.html delete mode 100644 themes/templates/post.html delete mode 100644 themes/templates/tag.html (limited to 'themes/templates') diff --git a/themes/templates/blog.html b/themes/templates/blog.html deleted file mode 100644 index 6f5c48d..0000000 --- a/themes/templates/blog.html +++ /dev/null @@ -1,7 +0,0 @@ -
- $for(posts)$ - $partial("_includes/components/post.html")$ - $endfor$ -
- -$partial("_includes/components/pagination.html")$ diff --git a/themes/templates/default.html b/themes/templates/default.html deleted file mode 100644 index 80e9bd1..0000000 --- a/themes/templates/default.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - $partial("_includes/meta.html")$ - - $title$ | Flevum - - - - - - - - $partial("_includes/partials/burgerMenu.html")$ - - $partial("_includes/layout/header.html")$ - - $partial("_includes/layout/navigation.html")$ - - $partial("_includes/partials/headerSeparator.html")$ - -
- $body$ -
- - $partial("_includes/layout/footer.html")$ - - diff --git a/themes/templates/header.html b/themes/templates/header.html deleted file mode 100644 index 6f5e1fe..0000000 --- a/themes/templates/header.html +++ /dev/null @@ -1,3 +0,0 @@ -
-

$title$

-
diff --git a/themes/templates/page.html b/themes/templates/page.html deleted file mode 100644 index a1b91c9..0000000 --- a/themes/templates/page.html +++ /dev/null @@ -1,6 +0,0 @@ -
-

$title$

-
- $body$ -
-
diff --git a/themes/templates/post.html b/themes/templates/post.html deleted file mode 100644 index e9d7bbf..0000000 --- a/themes/templates/post.html +++ /dev/null @@ -1,19 +0,0 @@ -
-

- $title$ -

- - - -
- $body$ -
- - -
diff --git a/themes/templates/tag.html b/themes/templates/tag.html deleted file mode 100644 index a9566c7..0000000 --- a/themes/templates/tag.html +++ /dev/null @@ -1,9 +0,0 @@ -

Alle Posts mit Tag: $title$

- -
- $for(posts)$ - $partial("_includes/components/post.html")$ - $endfor$ -
- -$partial("_includes/components/pagination.html")$ -- cgit v1.2.3