diff --git a/index.html b/index.html index 63c2c9f..930c92b 100644 --- a/index.html +++ b/index.html @@ -146,10 +146,23 @@ description: pages.home.description
-
News
-
News
-
News
-
News
+ {% for post in site.posts limit:4 %} +
+
+
+ {% if post.image %} + + {% endif %} +
+
+

{{ post.title }}

+
+ {{ post.date | date: "%b %d, %Y" }} +

{{ post.excerpt | strip_html | truncatewords: 20 }}

+ Read More... +
+
+ {% endfor %}