From ac6772f292a83217e10e38ba853c76b5666133e0 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 27 Aug 2023 02:40:08 -0600 Subject: Commit inicial --- archive.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 archive.html (limited to 'archive.html') diff --git a/archive.html b/archive.html new file mode 100644 index 0000000..2056c92 --- /dev/null +++ b/archive.html @@ -0,0 +1,22 @@ +--- +layout: default +--- + +
+{%for post in site.posts %} + {% unless post.next %} +

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

+ +

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

+ +
-- cgit v1.2.3