summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-05-07 11:45:46 -0600
committerHombreLaser <sebastian-440@live.com>2024-05-07 11:45:46 -0600
commita4c0692f8dbab80cf5c0b5644ec050322040c4e3 (patch)
tree3ea2f9dc891a13bbcf8b8980c5bf6f2ebb0b9dc2 /index.html
parentacc3c3caf7029f92a2b146c29a510181c1b42a65 (diff)
Add dark theme
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 2 insertions, 14 deletions
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
---
-<div class="column">
- {% for post in paginator.posts %}
- <h1>
- <a href="{{ site.baseurl }}{{post.url }}">
- {{ post.title }}
- </a>
- </h1>
- <span>
- {{ post.excerpt }}
- </span>
- {% endfor %}
-</div>
-
-{% include pagination.html %}
+{% include index.liquid %}