From f4ff8fe6eb20ab5b557d7beac095959890e126e8 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 20 Feb 2024 00:24:38 +0000 Subject: fix routes --- templates/repo-header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/repo-header.html') diff --git a/templates/repo-header.html b/templates/repo-header.html index f358278..fae5525 100644 --- a/templates/repo-header.html +++ b/templates/repo-header.html @@ -1,12 +1,12 @@ {{ define "repoheader" }}

- all repos - — {{ .name }} + all repos + — {{ .repo }} {{ if .ref }} @ {{ .ref }} {{ end }}

{{ .desc }}

-{{ end }} +{{ end }} \ No newline at end of file -- cgit