From 07e39c5db1209b2781356c75a8451e57df5d7672 Mon Sep 17 00:00:00 2001 From: carykees98 Date: Mon, 27 Nov 2023 09:50:08 -0500 Subject: [PATCH] hide blender upstream url --- templates/projects.gohtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/projects.gohtml b/templates/projects.gohtml index 1b462cb..4bfd3ed 100644 --- a/templates/projects.gohtml +++ b/templates/projects.gohtml @@ -23,7 +23,10 @@

{{ if eq (.SyncStyle) ("rsync") }}

+ {{ if eq (.Short) ("blender") }} + {{ else }} Upstream Mirror: rsync://{{ .Rsync.Host }}/{{ .Rsync.Src }} + {{ end }}
Syncs per day: {{ .Rsync.SyncsPerDay }}

@@ -42,7 +45,7 @@ {{ end }} -{{end}} +{{ end }} Mirror - Projects