diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/common/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/common/head.html b/web/html/common/head.html index 5e8b1fef..168b1993 100644 --- a/web/html/common/head.html +++ b/web/html/common/head.html @@ -13,6 +13,6 @@ display: none; } </style> - <title>{{ i18n .title}}</title> + <title>{{ .host }}-{{ i18n .title}}</title> </head> {{end}}
\ No newline at end of file |
