From 8a0ebe220af6aa7e7138def83b7cd2ebbc8418b2 Mon Sep 17 00:00:00 2001 From: Marco Andronaco Date: Fri, 5 Jul 2024 16:32:34 +0000 Subject: git: hide .git extension --- templates/index.html | 2 +- templates/repo-header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 80c9e1d..7a77aec 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,7 @@
{{ range .info }} - +
{{ .Desc }}
{{ .Idle }}
{{ end }} diff --git a/templates/repo-header.html b/templates/repo-header.html index f358278..0420da7 100644 --- a/templates/repo-header.html +++ b/templates/repo-header.html @@ -2,7 +2,7 @@

all repos - — {{ .name }} + — {{ .displayname }} {{ if .ref }} @ {{ .ref }} {{ end }} -- cgit v1.2.3