Issue #2: Hide the latest posts block on the Blog page

This commit is contained in:
Oliver Davies 2015-04-01 00:07:25 +01:00
parent be2d8d0bec
commit ac7a89f4d3

View file

@ -5,6 +5,7 @@ nav: blog
use: use:
- posts - posts
--- ---
{% block content %}
<h1>Blog</h1> <h1>Blog</h1>
{% if data.posts %} {% if data.posts %}
@ -14,3 +15,6 @@ use:
{% endfor %} {% endfor %}
</ul> </ul>
{% endif %} {% endif %}
{% endblock %}
{% block sidebar %}{% endblock %}