diff options
author | Marco Andronaco <andronacomarco@gmail.com> | 2024-07-05 16:32:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 22:02:34 +0530 |
commit | 8a0ebe220af6aa7e7138def83b7cd2ebbc8418b2 (patch) | |
tree | c329f1ae18eac56ca2df6daeaaef39d9c9e8695b /templates/repo-header.html | |
parent | templates: Add link to tar gz handler endpoint (diff) | |
download | legitrx-8a0ebe220af6aa7e7138def83b7cd2ebbc8418b2.tar.gz legitrx-8a0ebe220af6aa7e7138def83b7cd2ebbc8418b2.tar.zst legitrx-8a0ebe220af6aa7e7138def83b7cd2ebbc8418b2.zip |
git: hide .git extension
Diffstat (limited to '')
-rw-r--r-- | templates/repo-header.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <header> <h2> <a href="/">all repos</a> - — {{ .name }} + — {{ .displayname }} {{ if .ref }} <span class="ref">@ {{ .ref }}</span> {{ end }} |