aboutsummaryrefslogtreecommitdiffstats
path: root/gemtext2html.awk
diff options
context:
space:
mode:
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