From 0403f2d5aeb1ce4e67fdbb30b65a728f80c1cc1f Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 25 Jan 2025 12:18:02 +0100 Subject: add tag index --- _includes/posts.html | 6 +----- _includes/search.html | 6 ++++++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 _includes/search.html (limited to '_includes') diff --git a/_includes/posts.html b/_includes/posts.html index 05eebe7..cdd9b47 100644 --- a/_includes/posts.html +++ b/_includes/posts.html @@ -1,10 +1,6 @@ - +{% include search.html %} diff --git a/_includes/search.html b/_includes/search.html new file mode 100644 index 0000000..cc8cd56 --- /dev/null +++ b/_includes/search.html @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.3