diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 510e3a0..47b39b9 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,8 +1,8 @@ {{ partial "header.html" . }} -
+

{{ .Title }}

-

{{ .Description }}

+

{{ .Description }}

{{ .Content }} diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index e99c197..0085034 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -1,6 +1,6 @@ {{ partial "header.html" . }} -
+

{{ .Title }}

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 }}

-

{{ .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 {