From 57fcccc27688a3f3501c254f5acc3b141f458e32 Mon Sep 17 00:00:00 2001 From: pho4cexa Date: Mon, 26 Dec 2022 10:49:17 -0800 Subject: [PATCH] distinguish between repo name and repo path --- assets/templates/default.html | 2 +- main.scm | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/assets/templates/default.html b/assets/templates/default.html index c5e07e8..30999b2 100644 --- a/assets/templates/default.html +++ b/assets/templates/default.html @@ -24,7 +24,7 @@

git.example.com

{{ repository_name }}

-

clone url: git://git.example.com/{{ repository_name }}

+

clone url: git://git.example.com/{{ repository_path }}