From 03a8fc8f75a1bf0f5afb7d0dd11cd7e881a7d763 Mon Sep 17 00:00:00 2001 From: Carlos Sosa Date: Sun, 18 Aug 2019 21:33:05 -0700 Subject: DRY up the post lists and remove the unnecessary archive template --- templates/archive.html | 1 - templates/default.html | 33 --------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 templates/archive.html delete mode 100644 templates/default.html (limited to 'templates') diff --git a/templates/archive.html b/templates/archive.html deleted file mode 100644 index 58ec89e..0000000 --- a/templates/archive.html +++ /dev/null @@ -1 +0,0 @@ -$partial("templates/post-list.html")$ diff --git a/templates/default.html b/templates/default.html deleted file mode 100644 index c3dd400..0000000 --- a/templates/default.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - My Hakyll Blog - $title$ - - - - - -
-

$title$

- $body$ -
- - - - -- cgit v1.3-2-g0d8e