Skip to content

Commit 4ec78a0

Browse files
committed
Remove the unused file
ref #197
1 parent 60521e0 commit 4ec78a0

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

_layouts/redirect.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

pages.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<h2><a href="{{ post.url }}">{{ page.title }}</a></h2>
88
<ul class="entry-list2">
99
{% for post in site.posts %}
10-
{% if post.layout != 'redirect' %}
11-
{% include listitem-entry.html %}
12-
{% endif %}
10+
{% include listitem-entry.html %}
1311
{% endfor %}
1412
</ul>
1513
</div>

0 commit comments

Comments
 (0)