shithub: shithub

Download patch

ref: 2cc2bdf483651338966aa174447a7afbea4220f6
parent: 91a48d6ba8a6a70febf0242e99ce4c96708e45ff
author: Jacob Moody <moody@posixcafe.org>
date: Thu Mar 13 15:11:02 EDT 2025

fix user page

logo url was wrong

--- a/usr
+++ b/usr
@@ -13,7 +13,7 @@
 '
 
 prelude '' 'the fragrant git host'
-echo '<img src="/static/'$logo'" /><br/>'
+echo '<img src="/static/shithub.png"><br/>'
 
 echo '<h2>'^$usr^'</h2>'
 if(test -f $usr/desc.html)
--