diff --git a/_layouts/default.html b/_layouts/default.html
index ac567d0..22714f5 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,6 +4,7 @@
{{ site.title }}
+
{% seo %}
diff --git a/_sass/style.scss b/_sass/style.scss
index 9fd2070..722cf1b 100644
--- a/_sass/style.scss
+++ b/_sass/style.scss
@@ -27,10 +27,11 @@ h1, h2, h3, h4, h5, h6 {
color: $color-primary;
}
-h1 {
+header h1 {
text-align: center;
- margin: 20px 0;
+ margin: 20px 0 0;
font-weight: 400;
+ font-family: "OleoScript", sans-serif;
}
a {
@@ -38,7 +39,6 @@ a {
}
nav {
- border-top: thin solid $color-primary;
border-bottom: thin solid $color-primary;
ul {
@@ -53,6 +53,8 @@ nav {
a {
padding: 20px;
display: inline-block;
+ font-weight: 700;
+ text-decoration: none;
}
}
}