From d0d636aa89bf194185abf01e05b190386d0e8b23 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 18 Dec 2022 20:00:19 +0530 Subject: all: go-import, clone url --- templates/repo.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'templates/repo.html') diff --git a/templates/repo.html b/templates/repo.html index 687cafe..8dc5f54 100644 --- a/templates/repo.html +++ b/templates/repo.html @@ -25,12 +25,20 @@ {{ end }} - +{{- if .readme }}
-          {{- if .readme }}{{ .readme }}{{- end -}}
+          {{- .readme -}}
         
+{{- end -}} + +
+ clone +
+git clone {{ .clone -}}
+        
+
-- cgit