Fix login title

This commit is contained in:
Jan-Lukas Else 2021-01-15 22:07:51 +01:00
parent e0ad125d93
commit f3744227e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{{ define "title" }}
<title>{{ string .Blog.Lang "editor" }} - {{ .Blog.Title }}</title>
<title>{{ string .Blog.Lang "login" }} - {{ .Blog.Title }}</title>
{{ end }}
{{ define "main" }}