From aeb9b7bf81dd2f34e237540e2118a26ec10b4f8f Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Fri, 12 Jan 2018 15:38:06 -0500 Subject: [PATCH] Corrupt: Split index and posts styles --- _config.yml | 2 +- _layouts/corrupt_index.html | 72 ++++++++++++++++++++ _layouts/{corrupt.html => corrupt_post.html} | 0 index.html | 3 +- 4 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 _layouts/corrupt_index.html rename _layouts/{corrupt.html => corrupt_post.html} (100%) 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 }} + + + + + + + +
+
+
+
+
The
Internet
Vagabond
+
+
+
+ {{ content }} +
+
+
+
+
+ +
+
+ + 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 %}