diff --git a/drafts.md b/drafts.md new file mode 100644 index 0000000..5e0cb3e --- /dev/null +++ b/drafts.md @@ -0,0 +1,18 @@ +--- +layout: default +--- + +
+ {% for post in site.posts %} +
+ +

{{ post.title }}

+ +
+ {{ post.excerpt }} +
+ + Read More +
+ {% endfor %} +
\ No newline at end of file diff --git a/index.html b/index.html index 5e0cb3e..1eb32fc 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@
{% for post in site.posts %} + {% unless post.draft %}

{{ post.title }}

@@ -14,5 +15,6 @@

{{ post.title }}

Read More
+ {% endunless %} {% endfor %} -
\ No newline at end of file +