Ludger Sicking
f8eda6b308
All checks were successful
ci/woodpecker/push/build_and_copy_blog Pipeline was successful
Autor:innen und Datum ergänzt Lesezeit entfernt
7 lines
146 B
Awk
7 lines
146 B
Awk
/^###_tmpAuthor_:/ {
|
|
linecontent = linecontent ORS $0
|
|
}
|
|
/^#staticSiteGenerator:/ {
|
|
$0 = $0 ORS "author:" linecontent
|
|
}
|
|
!/^###_tmpAuthor_:/ |