Add help page, change base links. Turn off watch in nunjucks config.

I do not know if that made it master, hopefully not.
This commit is contained in:
knotteye
2019-11-05 16:30:15 -06:00
parent 61bf54de95
commit 182b7e2f5f
5 changed files with 23 additions and 4 deletions

View File

@ -8,7 +8,7 @@
<body>
<div id="wrapper">
<div id="header">
<span style="float:left;"><h4><a href="/">{{ sitename }}</a> | <a href="/users">Users</a> <a href="/users/live">Live</a> <a href="/about">About</a></h4></span><span style="float:right;"><h4><a href="/chat">Chat</a> | <a href="/profile">Profile</a></h4></span>
<span style="float:left;"><h4><a href="/">{{ sitename }}</a> | <a href="/users">Users</a> <a href="/users/live">Live</a> <a href="/about">About</a></h4></span><span style="float:right;"><h4><a href="/help">Help</a> | <a href="/profile">Profile</a></h4></span>
</div>
<div id="content">
{% block content %}