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/file.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/file.html') diff --git a/templates/file.html b/templates/file.html index 7dd5b86..de837a5 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,7 +1,10 @@ {{ define "file" }} - {{ template "head" . }} + + {{ template "generichead" . }} + {{ .meta.Title }} — {{ .name }} ({{ .ref }}): {{ .path }} + {{ template "repoheader" . }} {{ template "nav" . }} -- cgit v1.2.3