diff --git a/_config.yml b/_config.yml
index a80ea06..1f9f862 100644
--- a/_config.yml
+++ b/_config.yml
@@ -3,5 +3,5 @@ defaults:
scope:
type: "posts"
values:
- layout: "corrupt"
+ layout: "corrupt_post"
author: "Bill Niblock"
diff --git a/_layouts/corrupt_index.html b/_layouts/corrupt_index.html
new file mode 100644
index 0000000..0ee283f
--- /dev/null
+++ b/_layouts/corrupt_index.html
@@ -0,0 +1,72 @@
+
+
+
+ The Internet Vagabond :: {{ page.tabtitle }}
+
+
+
+
+
+
+
+
+
+
diff --git a/_layouts/corrupt.html b/_layouts/corrupt_post.html
similarity index 100%
rename from _layouts/corrupt.html
rename to _layouts/corrupt_post.html
diff --git a/index.html b/index.html
index e33d4c5..5e070c0 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
---
- tabtitle: Home
+ layout: corrupt_index
+ tabtitle: Home
---
{% for post in site.posts %}