diff --git a/layouts/partials/home_biography.html b/layouts/partials/home_biography.html
index 546e610b..1ce400bd 100644
--- a/layouts/partials/home_biography.html
+++ b/layouts/partials/home_biography.html
@@ -1,18 +1,16 @@
-
+
-
-
-
{{ .Site.Params.name }}
-
{{ .Site.Params.role }}
-
{{ .Site.Params.organization }}
+
+
{{ .Site.Params.name }}
+ {{ .Site.Params.role }}
+ {{ .Site.Params.organization }}
@@ -38,6 +35,7 @@
+ {{ if isset .Site.Params "interests" }}
Interests
@@ -46,7 +44,9 @@
{{ end }}
+ {{ end }}
+ {{ if isset .Site.Params "education" }}
Education
@@ -61,6 +61,7 @@
{{ end }}
+ {{ end }}