added site_name placeholder to templates
This commit is contained in:
parent
8d9f2bf4e7
commit
5ac9613909
3 changed files with 12 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue