Adding trailing '/' to all posts button on homepage

This commit is contained in:
2020-07-23 19:49:03 +01:00
parent 955905b84e
commit 78641f4935

View File

@@ -75,7 +75,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col d-flex justify-content-center text-center pt-5"> <div class="col d-flex justify-content-center text-center pt-5">
<a href="/post"> <a href="/post/">
<button type="button" class="btn btn-lg btn-outline-primary">See all posts</button> <button type="button" class="btn btn-lg btn-outline-primary">See all posts</button>
</a> </a>
</div> </div>