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> </a>
<nav> <nav>
<ul type="menu"> <ul type="menu">
<li><a href="/">home</a></li>
{{ if eq .Title "threads" }} {{ if eq .Title "threads" }}
<li> <li>
<details> <details>

View File

@ -67,7 +67,7 @@ func main() {
os.Exit(0) os.Exit(0)
} }
if len(sessionKey) == 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 { } else if len(allowlistLocation) == 0 {
//complain("please pass a file containing the verification code domain allowlist") //complain("please pass a file containing the verification code domain allowlist")
allowlistLocation = "allow.txt" allowlistLocation = "allow.txt"