From a1ccc4bb2e21b1a049c2a52e3f0b05d552e62f75 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 9 Jan 2021 15:16:21 +0100 Subject: [PATCH] Remove the trick to keep image "responsive" It makes other things completely ugly --- layouts/partials/page-header.html | 2 +- layouts/partials/site-header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html index 550f7fd..9272d4d 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 89caa0d..a252b92 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" .}}