From 4ed922d5531911f83a2a6175eb3c46f95e9e366e Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 13 Jul 2015 02:02:16 -0400 Subject: [PATCH] Removed unused templates Signed-off-by: Collin J. Doering --- templates/partials/post-nojs.html | 4 ---- templates/partials/recent-posts-nojs.html | 13 ------------- 2 files changed, 17 deletions(-) delete mode 100644 templates/partials/post-nojs.html delete mode 100644 templates/partials/recent-posts-nojs.html diff --git a/templates/partials/post-nojs.html b/templates/partials/post-nojs.html deleted file mode 100644 index 5716967..0000000 --- a/templates/partials/post-nojs.html +++ /dev/null @@ -1,4 +0,0 @@ -
- Posted on $date$ $if(author)$ by $author$ $endif$ -
-$body$ diff --git a/templates/partials/recent-posts-nojs.html b/templates/partials/recent-posts-nojs.html deleted file mode 100644 index 7651d75..0000000 --- a/templates/partials/recent-posts-nojs.html +++ /dev/null @@ -1,13 +0,0 @@ -
- Recent Posts -
    - $for(recentPosts)$ -
  • - - $title$ - - $if(teaser)$ $teaser$ $else$ $body$ $endif$ -
  • - $endfor$ -
-