diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-13 16:50:21 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-13 16:50:21 -0300 |
commit | 15a1e63122aad53673370c1c2649d71c0b1e5f43 (patch) | |
tree | a806f47674b83d31f9bdf0da0f467e89f3257122 /layouts/partials/header.html | |
parent | ee51627153775f76ab2bf4078ef1aef5d8b1bcf5 (diff) | |
download | hugo-bearcub-15a1e63122aad53673370c1c2649d71c0b1e5f43.tar.gz hugo-bearcub-15a1e63122aad53673370c1c2649d71c0b1e5f43.tar.bz2 |
Use relURLs
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r-- | layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index dc82280..516a23a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,2 +1,2 @@ -<a href="{{ site.Home.Permalink }}" class="title"><h2>{{ .Site.Title }}</h2></a> +<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h2>{{ .Site.Title }}</h2></a> <nav>{{- partial "nav.html" . -}}</nav> |