summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/home.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
index 856f298..4a24765 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -5,6 +5,7 @@ layout: default
{%- if site.posts.size > 0 -%}
<ul id="posts-list">
{%- for post in site.posts -%}
+ {%- if post.hide -%}{%- continue -%}{%- endif -%}
<li>
<h2>
<a href="{{ post.url | relative_url }}">