Add an image to one of the example posts

This commit is contained in:
Mathias Biilmann Christensen 2016-06-05 20:37:53 -07:00
parent 0f1b95f262
commit 404900e133
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,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\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"
} }
}, },
_faqs: { _faqs: {

BIN
example/nf-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB