diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2019-08-02 19:20:31 -0400 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2019-08-02 19:20:31 -0400 |
commit | 6ae2ab2e708607070779446124c2b70581fefbef (patch) | |
tree | 53eee0b978b95126195ec7d187f02abda0fa8055 /_layouts | |
parent | 7f9d4504e1bde949ba202940541d93b5930685fa (diff) |
soft-launch the program structure post
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/home.html | 1 |
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 }}"> |