From eefdfe8fd80f02d68ccbac30baf5fc67d68a6f84 Mon Sep 17 00:00:00 2001 From: sejo Date: Mon, 18 Oct 2021 12:46:09 -0500 Subject: [PATCH] noreferrer noopener --- gemtext2html.awk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gemtext2html.awk b/gemtext2html.awk index df4c5ad..3e44b03 100644 --- a/gemtext2html.awk +++ b/gemtext2html.awk @@ -192,7 +192,7 @@ NR == 1{ } } else{ # link externo - appendContenido("

"texto"

") + appendContenido("

"texto"

") } } else{ @@ -351,19 +351,19 @@ END{ # footer with filename: sub("tmp/","",FILENAME) print "

" - print "source file —" + print "source file —" print "most recent update: " print " — " sub(".gmo",".gmi",FILENAME) - print "view in gemini://" + print "view in gemini://" print "


" # links: print "

icono de compudanzas

" print "

about contact support

" # print "xxiivv webring

" - print "

webring" - print " mastodon

" - print "

peer production license

" + print "

webring" + print " mastodon

" + print "

peer production license

" print "" print "" print ""