From e4d12fc667c9830dd5f08f827b2a70adff58a09b Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 18 Dec 2022 10:42:18 +0530 Subject: templates: unified repo-header --- templates/tree.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'templates/tree.html') diff --git a/templates/tree.html b/templates/tree.html index b63a23e..2880714 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -7,10 +7,7 @@ {{ template "head" . }} -
-

{{ .meta.Title }}

-

{{ .meta.Description }}

-
+ {{ template "repoheader" . }} {{ template "nav" . }}
-- cgit