From f635df8c7b6a93b96e7b0a4a3f9966d014f43b98 Mon Sep 17 00:00:00 2001 From: Thomas Schwery Date: Sat, 8 Feb 2020 22:15:23 +0100 Subject: [PATCH] Fix search link --- themes/hugo-recettes/layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-recettes/layouts/partials/header.html b/themes/hugo-recettes/layouts/partials/header.html index 7cccb37..b4612f5 100644 --- a/themes/hugo-recettes/layouts/partials/header.html +++ b/themes/hugo-recettes/layouts/partials/header.html @@ -10,7 +10,7 @@ {{ $cssBundleMin := $cssBundle | resources.Minify | resources.Fingerprint "sha512" }} {{ $indexUrl := "index.html" | absURL }} -{{ $searchUrl := "search" | absURL }} +{{ $searchUrl := "search/index.html" | absURL }}