soft-launch the program structure post

This commit is contained in:
Brian Picciano 2019-08-02 19:20:31 -04:00
parent 7f9d4504e1
commit 6ae2ab2e70
2 changed files with 2 additions and 0 deletions

View File

@ -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 }}">

View File

@ -4,6 +4,7 @@ title: >-
description: >-
Discussing the nature of program structure, the problems presented by
complex structures, and a pattern which helps in solving those problems.
hide: true
---
## Part 0: Introduction