gshr
git static host repo -- generates static html for repos
git clone https://git.vogt.world/gshr.git
Log | Files | README.md | LICENSE
← Commit log
commit
message
Fixing minor url issue.
author
Ben Vogt <[email protected]>
date
2023-04-10 19:33:14
stats
1 file(s) changed, 1 insertions(+), 0 deletions(-)
files
template.index.html
 1diff --git a/template.index.html b/template.index.html
 2index d2c80d9..fd7b47c 100644
 3--- a/template.index.html
 4+++ b/template.index.html
 5@@ -37,7 +37,7 @@
 6           <r-cell span="7">
 7             <div class="ellipsis">
 8               <a class="mono" href="{{ .BaseURL }}git/{{ .Name }}.git">
 9-                {{ .BaseURL }}/{{ .Name }}.git
10+                {{ .BaseURL }}{{ .Name }}.git
11               </a>
12             </div>
13           </r-cell>