diff --git a/_layouts/home.html b/_layouts/home.html
index 969c5f6..bb558f8 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -4,12 +4,6 @@ layout: default
- {% if page.title %}
-
{{ page.title }}
- {% endif %}
-
- {{ content }}
-
{% if site.posts.size > 0 %}
{{ page.list_title }}
diff --git a/index.md b/index.md
index edbe2ad..70d5c1c 100644
--- a/index.md
+++ b/index.md
@@ -5,4 +5,7 @@
layout: home
type: home
+title: "Full Hacker: Web Development and Productivity Hacks"
+description: "Full hacker is a place to learn new web development and productivity hacks."
+image: "hello-world.jpg"
---