diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 2ff9369..0300bda 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -7,11 +7,14 @@
{{- end }}
-
+
+{{- if .Site.Params.FontAwesome }}
+
+{{- end }}
{{- if or .Params.math .Site.Params.math }}
{{ partial "math.html" . }}
{{- end }}
@@ -20,7 +23,7 @@
{{ .Site.Title }}
diff --git a/static/css/theme.css b/static/css/index.css
similarity index 99%
rename from static/css/theme.css
rename to static/css/index.css
index 5a02854..afcaed9 100644
--- a/static/css/theme.css
+++ b/static/css/index.css
@@ -129,7 +129,7 @@ article header {
}
article header h1 {
- font-size: 2em;
+ font-size: 1.8em;
margin: 0;
}