From 5d7339037b07f87bf56b9ea9d06f9ae2871817d3 Mon Sep 17 00:00:00 2001 From: Cyrill Raccaud Date: Fri, 11 Oct 2024 23:01:46 +0200 Subject: [PATCH] Add control over header image alignment --- layouts/partials/page-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html index 3891c45..96c00c7 100644 --- a/layouts/partials/page-header.html +++ b/layouts/partials/page-header.html @@ -1,7 +1,7 @@ {{ $featured_image := partial "func/GetFeaturedImage.html" . }} {{ if $featured_image }} {{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}} -
+
{{ partial "site-navigation.html" . }}