{{ post.title }}
-{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}
+Latest Posts
+ {% for post in site.posts limit:5 %} +{{ post.title }}
+{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}
{{ page.title }}
-{{ page.title }}
+{{ page.title }}
+{{ page.title }}
{% for post in site.posts %} {% unless post.next %}{{ post.date | date: '%Y' }}
@@ -34,9 +34,9 @@{{ post.date | date: '%Y' }}
{% endif %} {% endunless %} -{{ post.title }}
-{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}
+{{ post.title }}
+{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}