+
diff --git a/layouts/index.html b/layouts/index.html
index aa40a4e..6296a3d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,8 +1,8 @@
{{ partial "header.html" . }}
-
{{ .Title }}
-
{{ .Title }}
-{{ .Site.Params.subtitle }}
+
+
{{ .Title }}
+{{ .Site.Params.subtitle }}
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 3f94356..9ce400b 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -1,8 +1,8 @@
{{ partial "header.html" . }}
-
-
{{ .Title }}
-{{ .Description }}
+
+
{{ .Title }}
+{{ .Description }}
diff --git a/static/css/gmgauthier.css b/static/css/gmgauthier.css
index c251909..da38183 100644
--- a/static/css/gmgauthier.css
+++ b/static/css/gmgauthier.css
@@ -1,6 +1,6 @@
.header {
- font-family: "Raleway", Helvetica, Arial, sans-serif
+ font-family: "Raleway", Helvetica, Arial, sans-serif;
}
a {