From 7e04040e3510370d754c4afa94d78da24b43d13e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 27 Jul 2024 08:00:00 +0800 Subject: More HTML sanification --- templates/commit.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/commit.html') diff --git a/templates/commit.html b/templates/commit.html index c556fa8..665e9f9 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -1,7 +1,10 @@ {{ define "commit" }} - {{ template "head" . }} + + {{ template "generichead" . }} + {{ .meta.Title }} — {{ .name }}: {{ .commit.This }} + {{ template "repoheader" . }} {{ template "nav" . }} -- cgit v1.2.3