add home link to header

This commit is contained in:
idk
2022-09-29 02:23:24 -04:00
parent 552435751f
commit 3572439902
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@
</a>
<nav>
<ul type="menu">
<li><a href="/">home</a></li>
{{ if eq .Title "threads" }}
<li>
<details>

View File

@ -67,7 +67,7 @@ func main() {
os.Exit(0)
}
if len(sessionKey) == 0 {
complain("please pass a random session auth key with --authkey")
complain("please pass a random session auth key with -authkey")
} else if len(allowlistLocation) == 0 {
//complain("please pass a file containing the verification code domain allowlist")
allowlistLocation = "allow.txt"