aboutsummaryrefslogtreecommitdiffstats
path: root/gemtext2html.awk
diff options
context:
space:
mode:
authorsejo <sejo@texto-plano.xyz>2021-05-19 22:45:35 -0500
committersejo <sejo@texto-plano.xyz>2021-05-19 22:45:35 -0500
commit0f020977aacc78070cbe4b0f60a7040635041953 (patch)
tree4e22c0c33431925be7a2b699cf63754e962522bc /gemtext2html.awk
parent72c93faec78c967f9fb101430ebb110cc2e97547 (diff)
downloadsitio-0f020977aacc78070cbe4b0f60a7040635041953.tar.gz
gallery, estilos
Diffstat (limited to 'gemtext2html.awk')
-rw-r--r--gemtext2html.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemtext2html.awk b/gemtext2html.awk
index ce11980..5549c95 100644
--- a/gemtext2html.awk
+++ b/gemtext2html.awk
@@ -277,10 +277,10 @@ END{
print "</section>"
print "</main>"
print "<footer>"
+ print "<p><a href='./index.html'>{" sitio "}</a></p>"
print "<p>página actualizada en: "
fecha = system( "date -r " FILENAME " --rfc-3339=date" )
print "</p>"
- print "<p><a href='./index.html'>{" sitio "}</a></p>"
print "<a href='https://endefensadelsl.org/ppl_es.html' rel=external target=_blank>ppl: licencia de producción de pares</a></p>"
print "</footer>"
print "</body>"
Un proyecto texto-plano.xyz