diff --git a/src/Themes/BenRameyTheme/Views/Layout.liquid b/src/Themes/BenRameyTheme/Views/Layout.liquid
index 75d2a86..94c88af 100644
--- a/src/Themes/BenRameyTheme/Views/Layout.liquid
+++ b/src/Themes/BenRameyTheme/Views/Layout.liquid
@@ -1,33 +1,53 @@
-
+
{% page_title Site.SiteName, position: "before", separator: " - " %}
-
+
{% resources type: "Meta" %}
- {% link type:"image/x-icon", rel:"shortcut icon", href:"~/BenRameyTheme/assets/favicon.ico" %}
+ {% link type: "image/x-icon", rel: "shortcut icon", href: "~/BenRameyTheme/assets/favicon.ico" %}
- {% style name:"benrameytheme" %}
-
- {% resources type: "HeadLink" %}
- {% resources type: "Stylesheet" %}
- {% resources type: "HeadScript" %}
-
-
+ {% style name: "benrameytheme" %}
-
-
- {% render_body %}
-
-
-
-
-
- {% resources type: "FootScript" %}
-
-
+ {% resources type: "HeadLink" %}
+ {% resources type: "Stylesheet" %}
+ {% resources type: "HeadScript" %}
+
+
+
+
+
+
+ {% render_body %}
+
+
+
+
+
+ {% resources type: "FootScript" %}
+
+