From 3df910b359125d35ca71f4e9419b0bd41d56718c Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 14 Jun 2021 22:11:50 -0400 Subject: stripping bulma and cobalt; uneeded at this point --- _includes/post-card.liquid | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 _includes/post-card.liquid (limited to '_includes/post-card.liquid') diff --git a/_includes/post-card.liquid b/_includes/post-card.liquid deleted file mode 100644 index 8e2a0a7..0000000 --- a/_includes/post-card.liquid +++ /dev/null @@ -1,39 +0,0 @@ -
-
-
-

- {{ post.title }} -

-
-
- {% if post.data.coverImage %} -
-
- - - - - -
-
- {% endif %} -
-
- {{ post.content | truncatewords: 20 }} - - - - - Read more - -
-
- -
-- cgit v1.2.3