diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 71a62fd..521e974 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,7 +6,7 @@ {{ if eq $url "/" }} {{ .Site.Title }} {{ else }} - {{ if .Params.Heading }} {{ .Params.Heading }} {{ else }} {{ .Title }} {{ end }} + {{ if .Params.heading }} {{ .Params.heading }} {{ else }} {{ .Title }} {{ end }} {{ end }} diff --git a/main.less b/main.less index 8a84aa1..485cafa 100644 --- a/main.less +++ b/main.less @@ -18,6 +18,7 @@ @black: #333; @gray: #b7b7b7; @accent: #21bB5b; // green +@black-background: #012029; @white: #fefefe; @milk: #fefefe; @@ -177,7 +178,7 @@ body { // Header section .section.header { - background-color: @accent; + background-color: @black-background; .container { .align-items(center); @@ -262,7 +263,7 @@ body { // Icons .section.icons { - background-color: @accent; + background-color: @black-background; .container { .align-items(center); diff --git a/static/css/main.css b/static/css/main.css index 718e55c..3fc373f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -136,7 +136,7 @@ body { } } .section.header { - background-color: #21bb5b; + background-color: #012029; } .section.header .container { -webkit-align-items: center; @@ -237,7 +237,7 @@ body { } } .section.icons { - background-color: #21bb5b; + background-color: #012029; } .section.icons .container { -webkit-align-items: center;