From 4a1b1c4271b1072f75d1211465a27cd3c4709764 Mon Sep 17 00:00:00 2001 From: Lawrence Date: Wed, 27 May 2020 14:20:36 +0800 Subject: [PATCH] Bind the link of the page history to the language --- layouts/partials/git-info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/git-info.html b/layouts/partials/git-info.html index f285d614f72..6a7b6c9baba 100644 --- a/layouts/partials/git-info.html +++ b/layouts/partials/git-info.html @@ -26,7 +26,7 @@
{{ T "main_page_last_modified_on" }} {{ .GitInfo.AuthorDate.Format "January 02, 2006 at 3:04 PM PST" }} {{ T "main_by" }} - {{ .GitInfo.Subject }} ({{ T "main_page_history" }}) + {{ .GitInfo.Subject }} ({{ T "main_page_history" }})
{{ end }}