Issue #2: Hide the latest posts block on the Blog page
This commit is contained in:
parent
be2d8d0bec
commit
ac7a89f4d3
|
@ -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 %}
|
Loading…
Reference in a new issue