Commit f3f5629
Eric Bower
·
2026-05-16 09:28:52 -0400 EDT
parent 8e1573e
style: cleanup
2 files changed,
+3,
-2
M
Makefile
+2,
-1
1@@ -36,7 +36,8 @@ static:
2 --clone-url "https://github.com/picosh/pgit.git" \
3 --issues-url "https://github.com/picosh/pgit/issues" \
4 --contrib-url "https://github.com/picosh/pgit/pulls" \
5- --revs main
6+ --revs main \
7+ --max-commits 10
8 .PHONY: static
9
10 dev: static
1@@ -1,5 +1,5 @@
2 {{define "footer"}}
3-<div class="mb">
4+<div class="my">
5 built with <a href="https://pgit.pico.sh">pgit</a>
6 </div>
7 {{end}}