modify footer

This commit is contained in:
sejo 2022-01-21 19:22:31 -06:00
parent bbbcf61612
commit 60a36c2d07
1 changed files with 3 additions and 2 deletions

View File

@ -51,10 +51,11 @@ END{
print "" print ""
sub("tmp/","",FILENAME) sub("tmp/","",FILENAME)
if(FILENAME != "home.gmo"){ if(FILENAME != "home.gmo"){
print "most recent update on: 1" fecha print "updated on 1" fecha
print "=> https://tildegit.org/sejo/compudanzas/src/branch/main/src/" FILENAME " source file" print "=> https://tildegit.org/sejo/compudanzas/src/branch/main/src/" FILENAME " source file"
} }
print "" print ""
print "=> ./home.gmi compudanzas home" print "=> ./home.gmi compudanzas"
print "=> ./contact.gmi contact"
print "=> https://wiki.p2pfoundation.net/Peer_Production_License text, images, and code are shared with the peer production license" print "=> https://wiki.p2pfoundation.net/Peer_Production_License text, images, and code are shared with the peer production license"
} }