diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-31 18:49:02 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-31 18:49:02 -0700 |
commit | 29fe769b1e40f267c19faf3192f21910f15f4a81 (patch) | |
tree | 9eeb4e874e9f58320282d38b8dbc2bf030d7cc85 /layouts/blog | |
parent | 0d7490b5f6b5b067687e9314c1be49a0d37ae43d (diff) | |
download | website-29fe769b1e40f267c19faf3192f21910f15f4a81.tar website-29fe769b1e40f267c19faf3192f21910f15f4a81.tar.gz website-29fe769b1e40f267c19faf3192f21910f15f4a81.tar.bz2 |
try to see if onion links are fixed
Diffstat (limited to 'layouts/blog')
-rw-r--r-- | layouts/blog/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 2f2bb10..b48975e 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -3,7 +3,7 @@ <hr> {{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }} <div class="list p-3 rounded-3"> -<a href="{{.Permalink}}">{{.Title}}</a> +<a href="{{.RelPermalink}}">{{.Title}}</a> <span><br>{{.Date.Format "January 2, 2006"}}</span> </div> {{ end }} |