at least use servername for title, until we fill in better
This commit is contained in:
parent
4f0d15ebb5
commit
dbff9a6151
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue