diff --git a/_config.yml b/_config.yml
index 86da721..f77e546 100644
--- a/_config.yml
+++ b/_config.yml
@@ -28,3 +28,20 @@ category_titles:
technology: "The Technologist"
media: "The Player of Games"
religion: "The Mystic"
+
+defaults:
+ - scope:
+ path: ""
+ values:
+ layout: default
+ author: Anna Wiggins
+ - scope:
+ path: ""
+ type: "posts"
+ values:
+ layout: post
+ - scope:
+ path: ""
+ type: "pages"
+ values:
+ layout: page
diff --git a/_drafts/yet_another_site_update.md b/_drafts/yet_another_site_update.md
index 23fbfe9..68650a1 100644
--- a/_drafts/yet_another_site_update.md
+++ b/_drafts/yet_another_site_update.md
@@ -1,5 +1,4 @@
---
-layout: post
title: Yet Another Site Update
category: meta
active: true
diff --git a/_layouts/post.html b/_layouts/post.html
index 3a0fb52..5e5b91f 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -5,7 +5,7 @@ layout: default
{{ page.title }}
-
+