Skip to content

Commit a71692a

Browse files
authored
Update index.html
1 parent 33f1d21 commit a71692a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
<div class="posts">
66
{% for post in site.posts %}
7+
{% if post.visible== 1 %}
78
<article class="post">
89

910
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
@@ -14,5 +15,6 @@ <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
1415

1516
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
1617
</article>
18+
{% endif %}
1719
{% endfor %}
18-
</div>
20+
</div>

0 commit comments

Comments
 (0)