From a4c0692f8dbab80cf5c0b5644ec050322040c4e3 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 7 May 2024 11:45:46 -0600 Subject: Add dark theme --- archive.liquid | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 archive.liquid (limited to 'archive.liquid') diff --git a/archive.liquid b/archive.liquid new file mode 100644 index 0000000..adc35f5 --- /dev/null +++ b/archive.liquid @@ -0,0 +1,30 @@ +--- +layout: default +permalink: /archive.html +--- + +
+

+ {% t global.archive %} +

+ + {% for post in site.posts %} + {% unless post.next %} +

{{ post.date | date: '%Y' }}

+ +

{{ post.date | date: '%Y' }}

+
-- cgit v1.2.3