diff --git a/example/index.html b/example/index.html
index 9ac865a4..a9ff161e 100644
--- a/example/index.html
+++ b/example/index.html
@@ -9,7 +9,7 @@
window.repoFiles = {
_posts: {
"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: {
diff --git a/example/nf-logo.png b/example/nf-logo.png
new file mode 100644
index 00000000..55be9e73
Binary files /dev/null and b/example/nf-logo.png differ