add /rns mesh link to navigation bar
This commit is contained in:
parent
8a4857490f
commit
0c83db7a17
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ def _nav_html():
|
|||
return (
|
||||
f'<p><b><a href="/">{name}</a></b>'
|
||||
' | <a href="/">search</a> | <a href="/pages">browse</a>'
|
||||
' | <a href="/tags">tags</a> | <a href="/subscriptions">subscriptions</a>'
|
||||
' | <a href="/tags">tags</a> | <a href="/subscriptions">subscriptions</a> | <a href="/rns">mesh</a>'
|
||||
f'{forum_link}'
|
||||
' | <a href="/style">customize</a> | <a href="/about">about</a></p>\n'
|
||||
"<hr>\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue