aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2024-03-05 15:24:13 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2024-03-05 15:24:13 -0300
commitc8673f43ba330f88f74336b500ce0d082b3d378e (patch)
treedfe1b2961373fa528e786fcd1903570d35ba5f08 /layouts/partials/header.html
parentfe5c892af55ab8bebe11ea43d764e9f0ba7d3306 (diff)
downloadhugo-bearcub-c8673f43ba330f88f74336b500ce0d082b3d378e.tar.gz
hugo-bearcub-c8673f43ba330f88f74336b500ce0d082b3d378e.tar.bz2
Fix #13
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 5a66907..42b5c10 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,4 +1,4 @@
<a class="skip-link" href="#main-content">{{ i18n "skip-link" }}</a>
-<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
+<a href="{{ relURL .Site.Home.RelPermalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
<nav>{{- partial "nav.html" . -}}</nav>