Fix incorrect pathing on blogbar

main
Astoria 2 years ago
parent f1b9b4992c
commit b94befe788

@ -1,7 +1,7 @@
<div class="section upperdirs">
<span class="homesubmessage">
<b>
<a href="/">Home </a>> <a href="/"><%= title %></a>
<a href="/home">Home </a>> <a href="/<%= title.downcase %>"><%= title %></a>
</b>
</span>
</div>
Loading…
Cancel
Save