add trailing slashes to links

This commit is contained in:
2025-07-26 14:52:18 -04:00
parent 7c3ca2f847
commit 02b5b94779
6 changed files with 18 additions and 18 deletions

View File

@@ -18,10 +18,10 @@ defmodule MonoTab.Pages.Posts do
<h3>Categories</h3>
<div class="category-tags">
<a href="/posts" class="category-tag active">All Posts</a>
<a href="/posts/elixir" class="category-tag">Elixir</a>
<a href="/posts/phoenix" class="category-tag">Phoenix</a>
<a href="/posts/functional-programming" class="category-tag">Functional Programming</a>
<a href="/posts/web-development" class="category-tag">Web Development</a>
<a href="/posts/elixir/" class="category-tag">Elixir</a>
<a href="/posts/phoenix/" class="category-tag">Phoenix</a>
<a href="/posts/functional-programming/" class="category-tag">Functional Programming</a>
<a href="/posts/web-development/" class="category-tag">Web Development</a>
</div>
</section>
"""