diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-30 00:20:32 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-30 00:20:32 +0100 |
commit | 4c306311fd532aeb5a9c5e27f2aa3f5533cf8ad4 (patch) | |
tree | bff05878f3882e8ef7dbcd21eaf4389b97b2ec6d /layouts/404.html | |
parent | 101bbe9ec5b1c19b586b7a33feb74751cdd9e7b9 (diff) | |
download | hugo-minimalist-theme-4c306311fd532aeb5a9c5e27f2aa3f5533cf8ad4.tar.gz hugo-minimalist-theme-4c306311fd532aeb5a9c5e27f2aa3f5533cf8ad4.tar.bz2 hugo-minimalist-theme-4c306311fd532aeb5a9c5e27f2aa3f5533cf8ad4.zip |
Improve relative links
Diffstat (limited to 'layouts/404.html')
-rw-r--r-- | layouts/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html index 8855dfb..c375edb 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -25,7 +25,7 @@ <i class="far fa-calendar"></i> {{ .Date.Format $dateFormat }} </time> - <a class="link dim color-inherit" href="{{ .Permalink }}"> + <a class="link dim color-inherit" href="{{ .RelPermalink }}"> {{ .Title }} </a> </li> |