From 818f7a68df4ca0221107b2d07eb502b16fa6d653 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 28 May 2021 18:38:51 +0200 Subject: hakyll wrapped in a nix derivation (see the Readme.org file for more information) --- hakyll-nix/defaultsite/templates/archive.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hakyll-nix/defaultsite/templates/archive.html (limited to 'hakyll-nix/defaultsite/templates/archive.html') diff --git a/hakyll-nix/defaultsite/templates/archive.html b/hakyll-nix/defaultsite/templates/archive.html new file mode 100644 index 0000000..b43eeb2 --- /dev/null +++ b/hakyll-nix/defaultsite/templates/archive.html @@ -0,0 +1,2 @@ +Here you can find all my previous posts: +$partial("templates/post-list.html")$ -- cgit v1.2.3