new footer

This commit is contained in:
sejo 2021-08-04 13:58:49 -05:00
parent 13120344bb
commit ad1fe26dc6
1 changed files with 10 additions and 14 deletions

View File

@ -342,21 +342,17 @@ END{
print "</section>"
print "</main>"
print "<footer>"
# print "<p><a href='./index.html'>{" sitio "}</a></p>"
#
# footer with filename:
sub("tmp/","",FILENAME)
if(FILENAME != "home.gmo"){
print "<p>"
print "<a href='https://codeberg.org/sejo/compudanzas/src/branch/main/src/" FILENAME "' rel=external target=_blank>source file</a>"
print " &mdash; most recent update: "
print "<time datetime='"fecha"'>1" fecha"</time>"
print "</p>"
}
# fecha = system( "date -r " FILENAME " --rfc-3339=date" )
# print "</p>"
#
# print "<p><a href='./home.html' title='compudanzas'>{compudanzas}</a> &mdash; "
# print "<a href='./license.html'>{license}</a></p>"
print "<p>"
print "<a href='https://codeberg.org/sejo/compudanzas/src/branch/main/src/" FILENAME "' rel=external target=_blank>source file</a> &mdash;"
print "most recent update: "
print "<time datetime='"fecha"'>1" fecha"</time> &mdash; "
sub(".gmo",".gmi",FILENAME)
print "<a href='gemini://compudanzas.net/" FILENAME "' rel=external target=_blank>gemini://</a>"
print "</p>"
# links:
print "<p><a href='./about.html'>{about}</a> <a href='./contact.html'>{contact}</a> <a href='./support.html'>{support}</a></p>"
print "<p><a class='icon' href='./home.html' title='" sitio "'><img src='./img/iconocompudanzas_32.png' width=32 height=32 alt='icono de compudanzas'/></a> "
print "<a href='https://webring.xxiivv.com/#random' target='_blank' title='webring'><img src='./img/icon.black.svg' width='32' height='32' alt='xxiivv webring'/></a></p>"
print "<p><a href='https://wiki.p2pfoundation.net/Peer_Production_License' target=_blank rel=external title='Peer Production License'>peer production license</a></p>"