all repos — honk @ 25b590d8113aea735e25e2b2764074cea44e6e6a

my fork of honk

at least use servername for title, until we fill in better
Ted Unangst tedu@tedunangst.com
Fri, 25 Aug 2023 00:45:41 -0400
commit

25b590d8113aea735e25e2b2764074cea44e6e6a

parent

f996ffa2e5192e0b5bafe058dceefc3e0ff0cc10

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M views/header.htmlviews/header.html

@@ -1,7 +1,7 @@

<!doctype html> <html> <head> -<title>honk</title> +<title>{{ or .Title .ServerName }}</title> <link href="/style.css{{ .StyleParam }}" rel="stylesheet"> {{ if .LocalStyleParam }} <link href="/local.css{{ .LocalStyleParam }}" rel="stylesheet">