Fix incorrect pathing on blogbar

main
Astoria 2 years ago
parent f1b9b4992c
commit b94befe788

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