diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html index 9272d4d..550f7fd 100644 --- a/layouts/partials/page-header.html +++ b/layouts/partials/page-header.html @@ -2,7 +2,7 @@ {{ if $featured_image }} {{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}} {{ $featured_image := (trim $featured_image "/") | absURL }} -
+
{{ partial "site-navigation.html" . }}
diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html index a252b92..89caa0d 100755 --- a/layouts/partials/site-header.html +++ b/layouts/partials/site-header.html @@ -2,7 +2,7 @@ {{ if $featured_image }} {{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}} {{ $featured_image := (trim $featured_image "/") | absURL }} -
+
{{ partial "site-navigation.html" .}}
diff --git a/static/css/isso.css b/static/css/isso.css index 878ff61..259880b 100644 --- a/static/css/isso.css +++ b/static/css/isso.css @@ -69,3 +69,8 @@ .isso-comment > div.text-wrapper > div.text p { font-size: 0.9rem !important; } + +.responsive-header { + background-repeat:no-repeat; + background-size:contain !important; +}