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. --- _layouts/index.liquid | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to '_layouts/index.liquid') diff --git a/_layouts/index.liquid b/_layouts/index.liquid index 39c0084..0c5e8db 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -8,10 +8,10 @@
+ is-primary + is-fullheight + is-fullheight-with-navbar + ">
{% include "nav.liquid" %} @@ -77,6 +77,24 @@
+ +
+
+

+ Latest Post +

+

+ + See the whole journal here. + +

+ + {% assign post = collections.posts.pages.first %} + {% include post-card.liquid %} +
+
+ +
-- cgit v1.2.3