From 1c817cd090279dbcc3df50310e9b9009efa90e60 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 18 Jan 2022 13:05:05 +0800 Subject: [PATCH] :pencil2: Chore: fix typo --- layouts/404.html | 2 +- layouts/offline/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index 234ac358..9bcd9cce 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,4 +1,4 @@ -{{- define "title" }} +{{- define "title" -}} {{- T "pageNotFound" | printf "404 %v" }} - {{ .Site.Title -}} {{- end -}} diff --git a/layouts/offline/single.html b/layouts/offline/single.html index 354796d1..bd7a0d0f 100644 --- a/layouts/offline/single.html +++ b/layouts/offline/single.html @@ -1,4 +1,4 @@ -{{- define "title" }} +{{- define "title" -}} {{- T "offlineTitle" }} - {{ .Site.Title -}} {{- end -}}