Skip to content

Commit

Permalink
Update footer.liquid; added trailing slashes to 2 urls to try fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaton authored Oct 24, 2024
1 parent 6ea377f commit 0ac37b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/_includes/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</div>
<div class="info">
<ul>
<li><a href="{{ "/accessibility" | url }}">Accessibility Statement</a></li>
<li><a href="{{ "/about" | url }}">Credits &amp; Acknowledgements</a></li>
<li><a href="{{ "/accessibility/" | url }}">Accessibility Statement</a></li>
<li><a href="{{ "/about/" | url }}">Credits &amp; Acknowledgements</a></li>
<li>©2024 Brightening the Covenant Chain</li>
</ul>
</div>
Expand Down

0 comments on commit 0ac37b5

Please sign in to comment.