From 24090c216ce590268bb1c7445f0d8f6b25521bf5 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Mon, 25 Dec 2023 13:37:14 -0700 Subject: [PATCH] Remove extraneous layouts. --- _layouts/other.html | 39 --------------------------------------- _layouts/projects.html | 39 --------------------------------------- other.html | 4 ++-- projects.html | 4 ++-- 4 files changed, 4 insertions(+), 82 deletions(-) delete mode 100644 _layouts/other.html delete mode 100644 _layouts/projects.html diff --git a/_layouts/other.html b/_layouts/other.html deleted file mode 100644 index 533ed37..0000000 --- a/_layouts/other.html +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: default ---- - -{% for post in paginator.posts %} -
-

- {% if post.href %} - {{ post.title }} - {% else %} - {{ post.title }} - {% endif %} -

- {% if post.image %} -
- - - -
- {% endif %} -

-

-

{{ post.content }}

- -

-
-{% endfor %} - -{% include post-paginator.html %} diff --git a/_layouts/projects.html b/_layouts/projects.html deleted file mode 100644 index 533ed37..0000000 --- a/_layouts/projects.html +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: default ---- - -{% for post in paginator.posts %} -
-

- {% if post.href %} - {{ post.title }} - {% else %} - {{ post.title }} - {% endif %} -

- {% if post.image %} -
- - - -
- {% endif %} -

-

-

{{ post.content }}

- -

-
-{% endfor %} - -{% include post-paginator.html %} diff --git a/other.html b/other.html index d56a3cb..c68c302 100644 --- a/other.html +++ b/other.html @@ -1,7 +1,7 @@ --- -layout: other +layout: home title: Other -pagination: +pagination: enabled: true category: other indexpage: other diff --git a/projects.html b/projects.html index 22a8fef..e1adedd 100644 --- a/projects.html +++ b/projects.html @@ -1,7 +1,7 @@ --- -layout: projects +layout: home title: Projects -pagination: +pagination: enabled: true category: project indexpage: projects