Refactor header branding to use an image logo; enhance internal link handling and clean up unused code

This commit is contained in:
2025-01-30 07:24:58 +11:00
parent d33e470d15
commit 5ca1c080d3
4 changed files with 9 additions and 61 deletions

View File

@@ -27,7 +27,7 @@
<i class="fas fa-bars"></i>
</button>
<div class="title-text">
<span class="brand">Litruv</span>
<img src="./img/logo.png" alt="Litruv" class="brand-logo">
<span class="divider">/</span>
<span class="page-title">Documentation</span>
</div>