From 02f408c24d82d1fac4e55c146c4fa57cbdcdeca4 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 14 Feb 2024 16:58:09 +0100 Subject: Make templates more generic --- templates/index.gmi | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/index.gmi (limited to 'templates/index.gmi') diff --git a/templates/index.gmi b/templates/index.gmi new file mode 100644 index 0000000..9df2f55 --- /dev/null +++ b/templates/index.gmi @@ -0,0 +1,3 @@ +# Gemlog Archive + +{{= it.posts }} -- cgit