add home link to header
This commit is contained in:
@ -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>
|
||||||
|
2
main.go
2
main.go
@ -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"
|
||||||
|
Reference in New Issue
Block a user