Skip to content

Commit e51b821

Browse files
author
Alan Boyle
committed
fixed the publish error
1 parent 22e5971 commit e51b821

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

news/index.html

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<ul class = "list">
1010
{% for post in paginator.posts %}
1111
{% if post.title != nil %}
12-
{% if post.status == 'publish' %}
1312
<li class = "item">
1413

1514
{% if post.external-url %}
@@ -44,7 +43,6 @@ <h2 class="title"><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h
4443
</li>
4544
{% cycle 'close rows': '', '', '', '</ul><ul class = "list">' %}
4645

47-
{% endif %}
4846
{% endif %}
4947
{% endfor %}
5048

0 commit comments

Comments
 (0)