diff --git a/gmo2gmi.awk b/gmo2gmi.awk index d90199a..438eb5b 100644 --- a/gmo2gmi.awk +++ b/gmo2gmi.awk @@ -51,10 +51,11 @@ END{ print "" sub("tmp/","",FILENAME) 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 "" - 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" }