Skip to content

Commit

Permalink
Fix canonical trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Mar 11, 2024
1 parent f364fcc commit 417c76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_design-system-base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{% if description %}
<meta name="description" content="{{ description }}">
{% endif %}
<link rel="canonical" href="https://nationalarchives.github.io/design-system/{{ path }}">
<link rel="canonical" href="https://nationalarchives.github.io/design-system/{{ path }}/">
<meta name="google-site-verification" content="0vB4hp9dlNd2ozuQUaaBgEJXjgEcs2BD_6B7LqKLjR4">
<style>
.tna-ds--show-on-js {
Expand Down

0 comments on commit 417c76c

Please sign in to comment.