Avoid redirects in internal links by appending trailing slash (#857)

The web server redirects pages like `/blog` to `/blog/`, which slows
down navigation a bit. This can be avoided by fully spelling out the URLs
in internal links.
This commit is contained in:
Hugo Locurcio
2024-05-31 11:50:34 +02:00
committed by GitHub
parent 7633697a90
commit 8f2c233990
22 changed files with 94 additions and 71 deletions

View File

@@ -57,7 +57,7 @@
<a class="card-download-other" href="/download/archive/{{ release_version.name }}-{{ release_version.flavor }}">
Export templates and other downloads
</a>
<a class="card-download-donate" href="/donate">
<a class="card-download-donate" href="/donate/">
Make a Donation
</a>
</div>