From 939a7767d337fe3725321ec1d3bcfcb14d0ce4da Mon Sep 17 00:00:00 2001 From: Arnaud Delcasse Date: Mon, 24 Feb 2025 08:06:02 +0100 Subject: [PATCH] Initial commit --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 22e3890..31d52ba 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,7 +3,7 @@
{{ $logo := resources.Get .Site.Params.logo}} - {{ site.Title }} + {{ site.Title }}
{{ partial "menu.html" }}