aboutsummaryrefslogtreecommitdiffstats
path: root/gemtext2html.awk
diff options
context:
space:
mode:
authorsejo <sejo@texto-plano.xyz>2021-05-20 16:29:48 -0500
committersejo <sejo@texto-plano.xyz>2021-05-20 16:29:48 -0500
commit77bdaf00ef1e72362f423179a9cbe056a027193f (patch)
tree48343b867fd7046a301c8b65248172863f752b62 /gemtext2html.awk
parent7ed55bdd291c4ae654a5fe7f22e062e48a9b854c (diff)
downloadsitio-77bdaf00ef1e72362f423179a9cbe056a027193f.tar.gz
fechas
Diffstat (limited to 'gemtext2html.awk')
-rw-r--r--gemtext2html.awk6
1 files changed, 4 insertions, 2 deletions
diff --git a/gemtext2html.awk b/gemtext2html.awk
index d81c991..6582290 100644
--- a/gemtext2html.awk
+++ b/gemtext2html.awk
@@ -316,9 +316,11 @@ END{
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>página actualizada en: "
+ print "<time datetime='"fecha"'>" fechasjm "</time>"
print "</p>"
+# fecha = system( "date -r " FILENAME " --rfc-3339=date" )
+# print "</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