arthur.bebou

Le site arthur.bebou.netlib.re - retour accueil

git clone git://bebou.netlib.re/arthur.bebou

Log | Files | Refs |

commit d6e3780c75f986bd6f5947fd658167864c1ec8d1
parent e5db126a4adef903adebf9632763f26ec62ffa13
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Sat, 26 Apr 2025 13:43:21 +0200

On publie le jour même, pas le lendemain

Diffstat:
Mcontents/index.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/index.sh b/contents/index.sh @@ -17,7 +17,7 @@ cat public/articles.tsv | grep -E '(sh html|public/[^/]+/index.html)' | grep -v 'contents/index.sh' | sort -t' ' -k5 -r | - awk -F '\t' -v today=$(date +%F) 'NR==1 || $5<today' | + awk -F '\t' -v today=$(date +%F) 'NR==1 || $5<=today' | tsv2layout layouts/listearticles | fmt -s | save_md main