repos / pgit

static site generator for git
git clone https://github.com/picosh/pgit.git

commit
1b7b275
parent
e19c0c4
author
Eric Bower
date
2024-12-18 23:09:38 -0500 EST
fix: new footer url
1 files changed,  +1, -1
M html/footer.partial.tmpl
+1, -1
1@@ -1,5 +1,5 @@
2 {{define "footer"}}
3 <div>
4-  built with <a href="https://hey-git-pgit.pgs.sh">pgit</a> and published with <a href="https://pgs.sh">pgs.sh</a>
5+  built with <a href="https://erock-git-pgit.pgs.sh">pgit</a> and published with <a href="https://pgs.sh">pgs.sh</a>
6 </div>
7 {{end}}