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/file.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'templates/file.html') diff --git a/templates/file.html b/templates/file.html index ed658e3..4d606cc 100644 --- a/templates/file.html +++ b/templates/file.html @@ -2,21 +2,22 @@ {{ template "head" . }} -
-

{{ .meta.Title }}

-

{{ .meta.Description }}

-
+ {{ template "repoheader" . }} {{ template "nav" . }}
-
-{{ range .linecount }}
-{{ . }}
-{{- end -}}
-    
-
-{{ .content }}
-      
+
+
+ {{- range .linecount }} +{{ . }} + {{- end -}} +
+
+ +
+            {{- .content -}}
+          
+
-- cgit