From 689e85e78c106cefb6c83bcdbeae565d021d2e96 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Fri, 3 May 2019 18:54:32 -0400 Subject: Broke apart journal page elements, restored favicon. --- _layouts/journal.liquid | 56 ++----------------------------------------------- 1 file changed, 2 insertions(+), 54 deletions(-) (limited to '_layouts/journal.liquid') diff --git a/_layouts/journal.liquid b/_layouts/journal.liquid index 01d0fd1..bdd9ee0 100644 --- a/_layouts/journal.liquid +++ b/_layouts/journal.liquid @@ -48,65 +48,13 @@
- + {% include all-posts.liquid %}
- {% for i in (1..20) %} - {% for post in collections.posts.pages %} -
-
-

- {% if post.published_date %} - {{ post.published_date | date: "%A, %b %e, %Y" }} - {% endif %} -

-
-
-

- {{ post.title }} -

-
- {{ post.content | truncatewords: 50 }} -
-
- -
- {% endfor %} - {%endfor%} + {% include post-list.liquid %}
-- cgit v1.2.3