tag page: add / to "all tags" link

This is to improve Google indexing pages, for the /tags/ page. In GitHub
Pages, the URL /tags does not exist per se, but is a redirect to /tags/.
Google Crawler gets confused with 301 HTTP status and does not index it.
This commit is contained in:
Heitor Pascoal de Bittencourt 2024-03-05 09:29:16 -03:00
parent 0ced77898f
commit 4be31aa151
No known key found for this signature in database
GPG key ID: 2DD9C1566E2774A2

View file

@ -12,7 +12,7 @@
({{ term.pages | length }} post{{ term.pages | length | pluralize }}) ({{ term.pages | length }} post{{ term.pages | length | pluralize }})
</h1> </h1>
<a href="{{ config.base_url | safe }}/tags"> <a href="{{ config.base_url | safe }}/tags/">
Show all tags Show all tags
</a> </a>