Add an example list to the first post in the example

This commit is contained in:
Mathias Biilmann Christensen 2016-12-27 23:08:23 -08:00
parent 2d68fb9313
commit 6af6cceb2a

View File

@ -11,7 +11,7 @@
window.repoFiles = { window.repoFiles = {
_posts: { _posts: {
"2015-02-14-this-is-a-post.md": { "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: { _faqs: {