diff --git a/_layouts/main.html b/_layouts/main.html index f057960b..16e1a996 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -63,6 +63,27 @@
+
+ {% for post in site.posts limit:3 %} + [{{ post.title }}](./{{ post.url }}) +
+ {{post.date | date: "%b %d %Y" }} +
+ {{ post.excerpt }} +
+ {% endfor %} +
{{ content }}