diff --git a/layouts/index.html b/layouts/index.html
index 11eaa6af..28861851 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,25 +1,27 @@
{{ partial "header.html" . }}
{{ partial "navbar.html" . }}
-
-
-
+
+
-
- {{ range where .Data.Pages "Type" "home" }}
- {{ if eq .Title "about" }}
-
+
+{{ range where .Data.Pages "Type" "home" }}
+{{ if eq .Title "about" }}
+
+
{{ partial "home_biography" . }}
-
- {{ end }}
- {{ end }}
+
+
+{{ end }}
+{{ end }}
-
- {{ $pubs_len := len (where .Data.Pages "Type" "publication") }}
- {{ if gt $pubs_len 0 }}
-
+
+{{ $pubs_len := len (where .Data.Pages "Type" "publication") }}
+{{ if gt $pubs_len 0 }}
+
+
Recent Publications
@@ -37,14 +39,16 @@
-
- {{ end }}
+
+
+{{ end }}
-
- {{ $posts_len := len (where .Data.Pages "Type" "post") }}
- {{ if gt $posts_len 0 }}
-
+
+{{ $posts_len := len (where .Data.Pages "Type" "post") }}
+{{ if gt $posts_len 0 }}
+
+
Posts
@@ -69,14 +73,16 @@
{{ end }}
-
- {{ end }}
+
+
+{{ end }}
-
- {{ $projects_len := len (where .Data.Pages "Type" "project") }}
- {{ if gt $projects_len 0 }}
-
+
+{{ $projects_len := len (where .Data.Pages "Type" "project") }}
+{{ if gt $projects_len 0 }}
+
+
Projects
@@ -94,15 +100,17 @@
-
- {{ end }}
+
+
+{{ end }}
-
- {{ range $index, $page := where .Data.Pages "Type" "home" }}
- {{ if and (isset .Params "section_id") (not (eq .Params.section_id 0)) }}
- {{ $title_words := split $page.Title " " }}
-
+
+{{ range $index, $page := where .Data.Pages "Type" "home" }}
+{{ if and (isset .Params "section_id") (not (eq .Params.section_id 0)) }}
+{{ $title_words := split $page.Title " " }}
+
+
{{ title $page.Title }}
@@ -111,13 +119,15 @@
{{ $page.Content }}
-
- {{ end }}
- {{ end }}
+
+
+{{ end }}
+{{ end }}
-
-