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 %} -

-

- {% for tag in post.tags %} -
{{ tag }}
- {% endfor %} -
-

{{ post.content }}

- - {% if post.href %} - {{ post.href }} - - {% endif %} - - {{ post.date | date_to_string }} - -

-
-{% 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 %} -

-

- {% for tag in post.tags %} -
{{ tag }}
- {% endfor %} -
-

{{ post.content }}

- - {% if post.href %} - {{ post.href }} - - {% endif %} - - {{ post.date | date_to_string }} - -

-
-{% 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