From df0962a39ebef3853cbe90b3f7b07f7d2fce96d6 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 19 Dec 2022 09:02:23 +0530 Subject: all: no more pretty urls --- templates/head.html | 4 ++-- templates/repo.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/head.html b/templates/head.html index 0bde52e..1121480 100644 --- a/templates/head.html +++ b/templates/head.html @@ -4,8 +4,8 @@ - {{ if .goimport }} - {{ .goimport }} + {{ if .servername }} + {{ end }} diff --git a/templates/repo.html b/templates/repo.html index 8dc5f54..c588a0f 100644 --- a/templates/repo.html +++ b/templates/repo.html @@ -36,7 +36,7 @@
clone
-git clone {{ .clone -}}
+git clone https://{{ .servername }}/{{ .name }}
         
-- cgit