From dc6db80fa72286704849ef61ee0e5ccb5841cb09 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 2 Jul 2024 14:28:49 -0400 Subject: Conversion to barf for testing purposes --- _layouts/all_posts.html | 12 ------------ _layouts/default.html | 16 ---------------- _layouts/home.html | 14 -------------- _layouts/page.html | 7 ------- _layouts/post.html | 8 -------- 5 files changed, 57 deletions(-) delete mode 100644 _layouts/all_posts.html delete mode 100644 _layouts/default.html delete mode 100644 _layouts/home.html delete mode 100644 _layouts/page.html delete mode 100644 _layouts/post.html (limited to '_layouts') diff --git a/_layouts/all_posts.html b/_layouts/all_posts.html deleted file mode 100644 index 182a2d0..0000000 --- a/_layouts/all_posts.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default ---- - -

{{ page.title }}

- -{{ content }} - -{% for post in site.posts %} - {{ post.date | date: "%B %-d, %Y" }}
{{ post.title }}

-{% endfor %} - diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index f969a9d..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - {%- include head.html -%} - - -
- {%- include header.html -%} -
- {{ content }} -
- {%- include footer.html -%} -
- - - diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index 5fea726..0000000 --- a/_layouts/home.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default ---- - -{{ content }} - -{% for post in site.posts limit:5 %} -
-

{{ post.title }}

- - {{ post.excerpt }} -
-{% endfor %} - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 80476ae..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default ---- - -

{{ page.title }}

- -{{ content }} diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 50545e8..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: default ---- - -

{{ page.title }}

-

{{ page.date | date: "%B %-d, %Y" }}

- -{{ content }} -- cgit v1.2.3-54-g00ecf