From 6d88b28c14979059df16cec340de783d8b536c1c Mon Sep 17 00:00:00 2001
From: "C. Lente" <7017340+clente@users.noreply.github.com>
Date: Thu, 9 Feb 2023 17:31:27 -0300
Subject: Use site.Home.Permalink instead of param
---
layouts/partials/header.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'layouts/partials')
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index f8e3fd8..dc82280 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,2 +1,2 @@
-{{ .Site.Title }}
+{{ .Site.Title }}
--
cgit v1.2.3