added site_name placeholder to templates

This commit is contained in:
lichenblankie 2026-06-05 04:17:02 +00:00
parent 8d9f2bf4e7
commit 5ac9613909
3 changed files with 12 additions and 1 deletions

View file

@ -368,11 +368,12 @@
<canvas id="trail"></canvas>
<div class="shell">
<nav>
<a class="site" href="/">tinyweb</a>
<a class="site" href="/">{{site_name}}</a>
<div class="links">
<a href="/pages">browse</a>
<a href="/tags">tags</a>
<a href="/subscriptions">network</a>
{{forum_link}}
<a href="/style">customize</a>
<a href="/about">about</a>
</div>