add hostname to page title

This commit is contained in:
Alireza Ahmadi
2023-04-25 17:38:58 +02:00
parent 97d109c900
commit 99c9d777c0
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,6 @@
display: none;
}
</style>
<title>{{ i18n .title}}</title>
<title>{{ .host }}-{{ i18n .title}}</title>
</head>
{{end}}