We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60521e0 commit 4ec78a0Copy full SHA for 4ec78a0
_layouts/redirect.html
pages.html
@@ -7,9 +7,7 @@
7
<h2><a href="{{ post.url }}">{{ page.title }}</a></h2>
8
<ul class="entry-list2">
9
{% for post in site.posts %}
10
- {% if post.layout != 'redirect' %}
11
- {% include listitem-entry.html %}
12
- {% endif %}
+ {% include listitem-entry.html %}
13
{% endfor %}
14
</ul>
15
</div>
0 commit comments