From 402decfde5390d1c84a0a5dd74635de3d7c634c2 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Sat, 15 Jun 2019 21:10:45 -0400 Subject: Broke out single post card; updated index with latest post. --- _includes/post-list.liquid | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 _includes/post-list.liquid (limited to '_includes/post-list.liquid') diff --git a/_includes/post-list.liquid b/_includes/post-list.liquid deleted file mode 100644 index 2edc142..0000000 --- a/_includes/post-list.liquid +++ /dev/null @@ -1,41 +0,0 @@ -
- - - {% assign posts = collections.posts.pages %} - {% for post in posts %} -
-
-
-

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

-
-
-

- {{ post.title }} -

-
- {{ post.content | truncatewords: 50 }} -
-
- -
-
- {% endfor %} -
-- cgit v1.2.3