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/_layouts/blog.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/_layouts/blog.html (limited to 'templates/_layouts/blog.html') diff --git a/templates/_layouts/blog.html b/templates/_layouts/blog.html new file mode 100644 index 0000000..3b0ab27 --- /dev/null +++ b/templates/_layouts/blog.html @@ -0,0 +1,7 @@ +
+ $for(posts)$ + $partial("templates/_includes/components/post.html")$ + $endfor$ +
+ +$partial("templates/_includes/components/pagination.html")$ -- cgit v1.2.3