From e87dbf00de5c638120e2b7bcb15b0ba8b06a2b2e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 15 Jul 2018 21:11:57 -0300 Subject: Add initial Hakyll website skeleton --- site/templates/archive.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 site/templates/archive.html (limited to 'site/templates/archive.html') diff --git a/site/templates/archive.html b/site/templates/archive.html new file mode 100644 index 0000000..b43eeb2 --- /dev/null +++ b/site/templates/archive.html @@ -0,0 +1,2 @@ +Here you can find all my previous posts: +$partial("templates/post-list.html")$ -- cgit v1.2.3