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/file.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/file.html') diff --git a/templates/file.html b/templates/file.html index 4d606cc..a4485f3 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,6 +1,7 @@ {{ define "file" }} {{ template "head" . }} + {{.name }} — {{ .path }} {{ template "repoheader" . }} -- cgit