diff --git a/gemtext2html.awk b/gemtext2html.awk index f15929e..e466334 100644 --- a/gemtext2html.awk +++ b/gemtext2html.awk @@ -354,7 +354,7 @@ END{ # footer with filename: sub("tmp/","",FILENAME) print "

" - print "source file —" + print "source file —" print "most recent update: " print " — " sub(".gmo",".gmi",FILENAME) diff --git a/gmo2gmi.awk b/gmo2gmi.awk index 1199d45..d45969e 100644 --- a/gmo2gmi.awk +++ b/gmo2gmi.awk @@ -48,7 +48,7 @@ END{ sub("tmp/","",FILENAME) if(FILENAME != "home.gmo"){ print "most recent update on: 1" fecha - print "=> https://codeberg.org/sejo/compudanzas/src/branch/main/src/" FILENAME " source file" + print "=> https://tildegit.org/sejo/compudanzas/src/branch/main/src/" FILENAME " source file" } print "=> https://wiki.p2pfoundation.net/Peer_Production_License peer production license" print "=> ./home.gmi home"