diff --git a/_layouts/post.html b/_layouts/post.html
index b9e040f..9289c7a 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -15,6 +15,7 @@ layout: default
{{ page.title | escape }}
+
diff --git a/_posts/2018-01-02-hello-world.md b/_posts/2018-01-02-hello-world.md
index 4618a2c..202e3d6 100644
--- a/_posts/2018-01-02-hello-world.md
+++ b/_posts/2018-01-02-hello-world.md
@@ -1,6 +1,8 @@
---
title: "Hello, World! A New Site for Dev Life Hacks!"
-permalink: '/hello-world'
+permalink: "/hello-world"
+image: "hello-world.jpg"
+image-attrib: "Photo stock by Lukas from Pexel."
---
It's kind of getting old, I know.
diff --git a/assets/images/hello-world.jpg b/assets/images/hello-world.jpg
new file mode 100644
index 0000000..0889608
Binary files /dev/null and b/assets/images/hello-world.jpg differ