From 6af6cceb2a57300e4a998e9814941e188c132590 Mon Sep 17 00:00:00 2001 From: Mathias Biilmann Christensen Date: Tue, 27 Dec 2016 23:08:23 -0800 Subject: [PATCH] Add an example list to the first post in the example --- example/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/index.html b/example/index.html index ffd26667..600f89da 100644 --- a/example/index.html +++ b/example/index.html @@ -11,7 +11,7 @@ window.repoFiles = { _posts: { "2015-02-14-this-is-a-post.md": { - content: "---\ntitle: This is a post\nimage: /nf-logo.png\ndate: 2015-02-14T00:00:00.000Z\n---\n\n# I Am a Title in Markdown\n\nHello, world\n" + content: "---\ntitle: This is a post\nimage: /nf-logo.png\ndate: 2015-02-14T00:00:00.000Z\n---\n\n# I Am a Title in Markdown\n\nHello, world\n\n* One Thing\n* Another Thing\n* A Third Thing\n" } }, _faqs: {