- {{ .SiteName }} -
-- {{ .Data.Tagline }} -
- +{{ .SiteName }}
+{{ .Data.Tagline }}
+ + {{ template "search-form" . }}diff --git a/html/assets/style.css b/html/assets/style.css
index ce7e830..ca8ec1f 100644
--- a/html/assets/style.css
+++ b/html/assets/style.css
@@ -59,7 +59,7 @@ h1 {
line-height: 1;
}
-h2 {
+h2, .tagline {
font-family: "Noto Serif";
font-weight: 400;
font-size: 2.4rem;
@@ -196,7 +196,7 @@ nav li {
/* UTILITY CLASSES */
-.italic-text {
+.italic-text, .tagline {
font-style: italic;
}
diff --git a/html/index.html b/html/index.html
index 8a31493..9352fa7 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,31 +1,12 @@
{{ template "head" . }}
- {{ .Data.Tagline }}
- {{ .SiteName }}
-
-
- {{ .Data.Tagline }}
-
-
+ {{ .SiteName }}
+