From b9f1e7a0a1142d3060e2a3a020282eb5dca8f86a Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Sat, 15 Jun 2019 21:51:00 -0400 Subject: Broke out post links, organized _includes. --- _includes/post-link.liquid | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _includes/post-link.liquid (limited to '_includes/post-link.liquid') diff --git a/_includes/post-link.liquid b/_includes/post-link.liquid new file mode 100644 index 0000000..92548cf --- /dev/null +++ b/_includes/post-link.liquid @@ -0,0 +1,11 @@ +
  • + + {% if post.published_date %} + + {{ post.published_date | date: "%e %b %Y" }} + + {% endif %} + + {{ post.title }} + +
  • -- cgit v1.2.3