source file link

This commit is contained in:
sejo 2021-07-27 22:07:27 -05:00
parent 116b1ecd14
commit 1673826220
1 changed files with 6 additions and 2 deletions

View File

@ -343,8 +343,12 @@ END{
print "</main>"
print "<footer>"
# print "<p><a href='./index.html'>{" sitio "}</a></p>"
if(FILENAME != "tmp/home.gmo"){
print "<p>most recent update: "
#
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>"
}