{% seo %}
{% include navigation.html %} {% include search.html %} {% if page.profile %} {% include profile.html %} {% endif %}
{% if page.url == "/index.html" %}
{{ content }}
Recent Posts
{% for post in site.posts limit:20 %}
{{ post.title }}
{% endfor %}
{% else %} {{ content }} {% endif %}