1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-02 12:04:27 +00:00

Fix login title

This commit is contained in:
Jan-Lukas Else 2021-01-15 22:07:51 +01:00
parent e0ad125d93
commit f3744227e1

View File

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