remove timestamp from home

This commit is contained in:
sejo 2021-07-02 13:46:13 -05:00
parent 0457e4c19a
commit 41757da3ed
1 changed files with 5 additions and 3 deletions

View File

@ -343,9 +343,11 @@ END{
print "</main>"
print "<footer>"
# print "<p><a href='./index.html'>{" sitio "}</a></p>"
print "<p>most recent update: "
print "<time datetime='"fecha"'>1" fecha"</time>"
print "</p>"
if(FILENAME != "home.gmo"){
print "<p>most recent update: "
print "<time datetime='"fecha"'>1" fecha"</time>"
print "</p>"
}
# fecha = system( "date -r " FILENAME " --rfc-3339=date" )
# print "</p>"
#