From f7477a620448377282da0620d70cce64d3479eca Mon Sep 17 00:00:00 2001
From: pruizf <pabloruizfabo@gmail.com>
Date: Mon, 27 Sep 2021 12:25:16 +0200
Subject: [PATCH] [pub] footer update more

---
 publish.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/publish.sh b/publish.sh
index a0ca36f..965645a 100755
--- a/publish.sh
+++ b/publish.sh
@@ -36,6 +36,7 @@ cp -r site/{img,styles,docs,read} public/.
 
 # footer date
 realdate=$(grep -P 'Last updated on ' site/en.html | grep -Po '[0-9: -]+ UTC')
+echo "$realdate\n" >> site/log.txt
 #2021-09-27 09:37:07 UTC
 perl -p -i -e "s/Last updated on /Last updated on $realdate/" site/read/en.html
 perl -p -i -e "s/Last updated on /Mis à jour le $realdate/" site/read/index.html
-- 
GitLab