From 7fe98772b079cca83b854e8f8a6be5dc55c10483 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 18 Dec 2022 11:14:38 +0530 Subject: templates: add title tags --- templates/refs.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/refs.html') diff --git a/templates/refs.html b/templates/refs.html index 5320a8e..9257640 100644 --- a/templates/refs.html +++ b/templates/refs.html @@ -2,6 +2,10 @@ {{ template "head" . }} + + {{ .name }} — refs + + {{ template "repoheader" . }} {{ template "nav" . }} -- cgit