From 37ba1245dda1c3a69fec237d45f8aab1aac82878 Mon Sep 17 00:00:00 2001 From: Xinyu Zhou Date: Thu, 1 Dec 2022 09:28:56 +0800 Subject: [PATCH] Fix typo in template name (#117) CI failed in https://github.com/go-gitea/gitea/pull/21981 must be resolved. Signed-off-by: Xinyu Zhou Reviewed-on: https://gitea.com/gitea/theme/pulls/117 Reviewed-by: John Olheiser Reviewed-by: Lunny Xiao Co-authored-by: Xinyu Zhou Co-committed-by: Xinyu Zhou --- layouts/doc/single.html | 2 +- layouts/page/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/doc/single.html b/layouts/doc/single.html index 5030ca4..7f0a6b0 100644 --- a/layouts/doc/single.html +++ b/layouts/doc/single.html @@ -11,7 +11,7 @@
{{ .Content }}
- {{ partial "edit_this_page" . }} + {{ partial "edit-this-page" . }}
diff --git a/layouts/page/single.html b/layouts/page/single.html index 882c0e1..56c41dd 100644 --- a/layouts/page/single.html +++ b/layouts/page/single.html @@ -11,7 +11,7 @@
{{ .Content }}
- {{ partial "edit_this_page" . }} + {{ partial "edit-this-page" . }}