fix: app name not showing in title

pull/39/head
Evan Chen 2021-10-24 02:43:26 +08:00
parent 1832e2c4ff
commit 45d425c78b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ConfigUI</title>
<title>{{.AppName}}</title>
<link rel="stylesheet" href="/public/css/main.css">
</head>
<body>