aboutsummaryrefslogtreecommitdiffstats
path: root/gemtext2html.awk
diff options
context:
space:
mode:
authorsejo <sejo@texto-plano.xyz>2021-05-28 08:25:05 -0500
committersejo <sejo@texto-plano.xyz>2021-05-28 08:25:05 -0500
commit033e80bd8d5912240f2a560698929c63169776a8 (patch)
tree3a55e4d5ae15fbdf004dca4087c13bfca17a38a5 /gemtext2html.awk
parent901f94376061b9d9ee62532fb53a32157dea9844 (diff)
downloadsitio-033e80bd8d5912240f2a560698929c63169776a8.tar.gz
updates de tiempo, en index y en footers
Diffstat (limited to 'gemtext2html.awk')
-rw-r--r--gemtext2html.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemtext2html.awk b/gemtext2html.awk
index e15ce1e..218cf43 100644
--- a/gemtext2html.awk
+++ b/gemtext2html.awk
@@ -78,7 +78,7 @@ NR == 1{
print "<body>"
print "<header>"
# print "<p><a href='./index.html'>{" sitio "}</a></p>"
- print "<p><a href='./index.html'>{<img src='./img/icon_bola.gif' style='margin:0'/>}</a></p>"
+ print "<p><a href='./index.html' title='lenteja numérica'>{<img src='./img/icon_bola.gif' style='margin:0'/>}</a></p>"
print "<h1>"titulo"</h1>"
print "</header>"
@@ -325,7 +325,7 @@ END{
print "</main>"
print "<footer>"
# print "<p><a href='./index.html'>{" sitio "}</a></p>"
- print "<p><a href='./index.html'>{<img src='./img/icon_bola.gif' width=8px height=8px style='margin:0'/>}</a></p>"
+ print "<p><a href='./index.html' title='lenteja numérica'>{<img src='./img/icon_bola.gif' alt='icono de lenteja numérica' width=8px height=8px style='margin:0'/>}</a></p>"
print "<p>página actualizada en: "
print "<time datetime='"fecha"'>" fechasjm "</time>"
print " (1"fecha")"
Un proyecto texto-plano.xyz