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/taxonomy | |
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/taxonomy')
-rw-r--r-- | layouts/taxonomy/terms.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/taxonomy/terms.html b/layouts/taxonomy/terms.html index 75efd98..347e4a5 100644 --- a/layouts/taxonomy/terms.html +++ b/layouts/taxonomy/terms.html @@ -40,7 +40,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> |