kleine Änderungen:
All checks were successful
ci/woodpecker/push/build_and_copy_blog Pipeline was successful

Autor:innen und Datum ergänzt
Lesezeit entfernt
This commit is contained in:
Ludger Sicking 2024-12-03 16:09:15 +01:00
parent 222b7ce465
commit f8eda6b308
23 changed files with 115 additions and 17 deletions

7
sb/scripts/move-date.awk Normal file
View file

@ -0,0 +1,7 @@
/^###_tmpDate_:/ {
linecontent = linecontent $0
}
/^#staticSiteGenerator:/ {
$0 = $0 ORS "date: " linecontent
}
!/^###_tmpDate_:/