Add source link to footer

This commit is contained in:
2026-07-09 02:59:32 +09:00
parent 2966d5b979
commit 37237dc1f7
2 changed files with 8 additions and 2 deletions
@@ -42,6 +42,9 @@ function renderNav(items, prefix = []) {
<slot />
</main>
</div>
<footer class="site-footer">2026 Hare</footer>
<footer class="site-footer">
<span>2026 Hare</span>
<a href="https://gitea.hareworks.net/Hare/Decodal">Source</a>
</footer>
</body>
</html>