diff --git a/assets/scss/style.scss b/assets/scss/style.scss index b151ca7..3877a39 100755 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -17,7 +17,7 @@ body { h1, h2, h3, h4, h5, h6 { margin-bottom: .1rem; margin-top: .5rem; - font-family: $font-body; + font-family: $font-heading; font-weight: normal; text-align: center; @@ -31,7 +31,7 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-family: $font-heading; + font-family: "Indie Flower"; } .container { diff --git a/assets/scss/variables.scss b/assets/scss/variables.scss index f7e46b0..93cfd62 100644 --- a/assets/scss/variables.scss +++ b/assets/scss/variables.scss @@ -8,7 +8,7 @@ $border-color: #bfbfbf; $code-color: #eee8d5; $code-border-color: darken($code-color, 10%); -$font-heading: "Indie Flower", serif; +$font-heading: "Inconsolata", serif; $font-body: "Raleway", serif; $font-code: "Inconsolata", monospace; diff --git a/layouts/modules/single.html b/layouts/modules/single.html index eba5659..1ad03a0 100644 --- a/layouts/modules/single.html +++ b/layouts/modules/single.html @@ -25,3 +25,6 @@ {{ .Content }} {{ end }} +{{ define "after" }} +{{- partial "footer.html" . -}} +{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..7714728 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,5 @@ + diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ee34c1d..e69be71 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ - + {{ if .Description }} {{ end }}