From 0f1660437beba58cd2974f07270b19305b9bbfd9 Mon Sep 17 00:00:00 2001
From: Brandon Mathis <brandon@imathis.com>
Date: Tue, 12 Aug 2014 12:02:20 -0500
Subject: Set layout to null to avoid page defaults.

---
 .themes/classic/source/atom.xml   | 1 +
 .themes/classic/source/robots.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.themes/classic/source/atom.xml b/.themes/classic/source/atom.xml
index c39831f5..403328f3 100644
--- a/.themes/classic/source/atom.xml
+++ b/.themes/classic/source/atom.xml
@@ -1,4 +1,5 @@
 ---
+layout: null
 ---
 <?xml version="1.0" encoding="utf-8"?>
 <feed xmlns="http://www.w3.org/2005/Atom">
diff --git a/.themes/classic/source/robots.txt b/.themes/classic/source/robots.txt
index 75ddfea2..ee34c720 100644
--- a/.themes/classic/source/robots.txt
+++ b/.themes/classic/source/robots.txt
@@ -1,4 +1,5 @@
 ---
+layout: null
 ---
 User-agent: *
 Disallow: 
-- 
cgit v1.2.1