FOERBICO/sb/scripts/move-author.awk
Ludger Sicking f8eda6b308
All checks were successful
ci/woodpecker/push/build_and_copy_blog Pipeline was successful
kleine Änderungen:
Autor:innen und Datum ergänzt
Lesezeit entfernt
2024-12-03 16:09:15 +01:00

7 lines
146 B
Awk

/^###_tmpAuthor_:/ {
linecontent = linecontent ORS $0
}
/^#staticSiteGenerator:/ {
$0 = $0 ORS "author:" linecontent
}
!/^###_tmpAuthor_:/