diff --git a/layouts/index.html b/layouts/index.html
index 985c217..ff73ed0 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,25 +1,25 @@
-
-
+
+
- {{ partial "meta.html" . }}
+ {{ partial "meta.html" . }}
-
- {{ .Site.Title }}
-
-
+
+ {{ .Site.Title }}
+
+
- {{ partial "head_includes.html" . }}
-
-
-
-
-
- {{ partial "sidebar.html" . }}
-
+ {{ partial "head_includes.html" . }}
+
+
+
+
+
+ {{ partial "sidebar.html" . }}
+
+
-
-<<<<<<< HEAD
{{ range first 4 ((where .Data.Pages.ByDate "Section" "blog").Reverse) }}
-=======
- {{ range first 5 ((where .Data.Pages.ByDate "Section" "blog").Reverse) }}
->>>>>>> ad061bf5da969819ab07a42ecac5fa2069916a04
@@ -53,8 +49,11 @@
{{ end }}
+
{{ end }}
+
+
@@ -80,14 +79,14 @@
Recent & Upcoming Presentations
{{ range (where .Data.Pages.ByDate "Section" "presentations").Reverse }}
- {{ if (ge .Date.Unix .Now.Unix) }}
- {{ if (le .Date.Unix (add .Now.Unix 10368000)) }}
+ {{ if (ge .Date.Unix now.Unix) }}
+ {{ if (le .Date.Unix (add now.Unix 10368000)) }}
{{ .Title | safeHTML }} , {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}). {{ partial "comingsoon.html" . }}
{{ end }}
{{ end }}
- {{ if (ge .Now.Unix .Date.Unix ) }}
- {{ if (le .Now.Unix (add .Date.Unix 12368000)) }}
+ {{ if (ge now.Unix .Date.Unix ) }}
+ {{ if (le now.Unix (add .Date.Unix 12368000)) }}
{{ .Title | safeHTML }} , {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}).
{{ end }}