From a4c0692f8dbab80cf5c0b5644ec050322040c4e3 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 7 May 2024 11:45:46 -0600 Subject: Add dark theme --- index.html | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 4732439..6661897 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,6 @@ --- layout: default +permalink: /index.html --- -
- {% for post in paginator.posts %} -

- - {{ post.title }} - -

- - {{ post.excerpt }} - - {% endfor %} -
- -{% include pagination.html %} +{% include index.liquid %} -- cgit v1.2.3