Remove trailing forward slash in link

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 20:18:05 -07:00
parent 9cd539df9e
commit aebdf3d3f0

View File

@ -1,7 +1,7 @@
$wrap{"root"} $wrap{"root"}
<section> <section>
<h2><a href="$root/posts/">Web Log</a></h2> <h2><a href="$root/posts">Web Log</a></h2>
<p>Elixir, JavaScript, SVG, Containers, Git, Linux</p> <p>Elixir, JavaScript, SVG, Containers, Git, Linux</p>
<p> <p>
Questions, comments, feedback? <a href="mailto:webdevcat@proton.me">Contact the author</a>. Questions, comments, feedback? <a href="mailto:webdevcat@proton.me">Contact the author</a>.