From 21bd3e6c5a996e207af7dd9fc8fb9e7a44a4c603 Mon Sep 17 00:00:00 2001 From: Seth Warburton Date: Fri, 2 Jan 2015 12:14:58 +0000 Subject: [PATCH] [imp] Semantic structure improvements --- lib/site_template/_layouts/page.html | 8 ++++---- lib/site_template/_layouts/post.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/site_template/_layouts/page.html b/lib/site_template/_layouts/page.html index 74c1a118..ce233ad7 100644 --- a/lib/site_template/_layouts/page.html +++ b/lib/site_template/_layouts/page.html @@ -1,14 +1,14 @@ --- layout: default --- -
+

{{ page.title }}

-
+
{{ content }} -
+
- + diff --git a/lib/site_template/_layouts/post.html b/lib/site_template/_layouts/post.html index 5a072b3e..d34c02d2 100644 --- a/lib/site_template/_layouts/post.html +++ b/lib/site_template/_layouts/post.html @@ -1,15 +1,15 @@ --- layout: default --- -
+

{{ page.title }}

-
+
{{ content }} -
+
- +