add home link to header
This commit is contained in:
@ -188,7 +188,7 @@
|
||||
</a>
|
||||
<nav>
|
||||
<ul type="menu">
|
||||
|
||||
<li><a href="/">home</a></li>
|
||||
{{ if eq .Title "threads" }}
|
||||
<li>
|
||||
<details>
|
||||
|
2
main.go
2
main.go
@ -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"
|
||||
|
Reference in New Issue
Block a user