From f3744227e11f08b37f5da5e6f9e66304e048b5d2 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Fri, 15 Jan 2021 22:07:51 +0100 Subject: [PATCH] Fix login title --- templates/login.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/login.gohtml b/templates/login.gohtml index 66912a9..dc75ac7 100644 --- a/templates/login.gohtml +++ b/templates/login.gohtml @@ -1,5 +1,5 @@ {{ define "title" }} - {{ string .Blog.Lang "editor" }} - {{ .Blog.Title }} + {{ string .Blog.Lang "login" }} - {{ .Blog.Title }} {{ end }} {{ define "main" }}