diff --git a/_layouts/main.html b/_layouts/main.html index 16e1a996..dd149b41 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -65,18 +65,22 @@
{% for post in site.posts limit:3 %} - [{{ post.title }}](./{{ post.url }}) +

+ {{ post.title }} +


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