- {{ .Title }} -
+
{{ .Content }}
diff --git a/layouts/article/summary.html b/layouts/article/summary.html
index 1908aa2..1f07ab2 100644
--- a/layouts/article/summary.html
+++ b/layouts/article/summary.html
@@ -1,6 +1,6 @@
-
+
-
+
{{ if .Date }}
{{ .Date.Format "January 2, 2006" }}
diff --git a/layouts/index.html b/layouts/index.html
index eb1a4c8..5d7705d 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,12 +1,13 @@
{{ define "main" }}
{{ $section := where .Data.Pages "Section" "article" }}
-
+
{{ .Content }}
-
-
- {{ range sort $section "Date" "desc" }}
- {{ .Render "summary" }}
- {{ end }}
-
+
+
+ {{ range sort $section "Date" "desc" }}
+ {{ .Render "summary" }}
+ {{ end }}
+
+
{{ end }}
diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html
index 5583190..fd9f361 100644
--- a/layouts/partials/page-header.html
+++ b/layouts/partials/page-header.html
@@ -2,7 +2,7 @@
{{ partial "site-navigation.html" .}}
-
+