add /rns mesh link to navigation bar

This commit is contained in:
blankie 2026-06-18 17:26:59 +00:00
parent 8a4857490f
commit 0c83db7a17

View file

@ -13,7 +13,7 @@ def _nav_html():
return ( return (
f'<p><b><a href="/">{name}</a></b>' f'<p><b><a href="/">{name}</a></b>'
' | <a href="/">search</a> | <a href="/pages">browse</a>' ' | <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}' f'{forum_link}'
' | <a href="/style">customize</a> | <a href="/about">about</a></p>\n' ' | <a href="/style">customize</a> | <a href="/about">about</a></p>\n'
"<hr>\n" "<hr>\n"