at least use servername for title, until we fill in better

This commit is contained in:
Ted Unangst 2023-08-25 00:45:41 -04:00
parent 4f0d15ebb5
commit dbff9a6151
1 changed files with 1 additions and 1 deletions

View File

@ -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">