soft-launch the program structure post
This commit is contained in:
parent
7f9d4504e1
commit
6ae2ab2e70
@ -5,6 +5,7 @@ layout: default
|
|||||||
{%- if site.posts.size > 0 -%}
|
{%- if site.posts.size > 0 -%}
|
||||||
<ul id="posts-list">
|
<ul id="posts-list">
|
||||||
{%- for post in site.posts -%}
|
{%- for post in site.posts -%}
|
||||||
|
{%- if post.hide -%}{%- continue -%}{%- endif -%}
|
||||||
<li>
|
<li>
|
||||||
<h2>
|
<h2>
|
||||||
<a href="{{ post.url | relative_url }}">
|
<a href="{{ post.url | relative_url }}">
|
||||||
|
@ -4,6 +4,7 @@ title: >-
|
|||||||
description: >-
|
description: >-
|
||||||
Discussing the nature of program structure, the problems presented by
|
Discussing the nature of program structure, the problems presented by
|
||||||
complex structures, and a pattern which helps in solving those problems.
|
complex structures, and a pattern which helps in solving those problems.
|
||||||
|
hide: true
|
||||||
---
|
---
|
||||||
|
|
||||||
## Part 0: Introduction
|
## Part 0: Introduction
|
Loading…
Reference in New Issue
Block a user