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
137 B
Awk
7 lines
137 B
Awk
/^###_tmpDate_:/ {
|
|
linecontent = linecontent $0
|
|
}
|
|
/^#staticSiteGenerator:/ {
|
|
$0 = $0 ORS "date: " linecontent
|
|
}
|
|
!/^###_tmpDate_:/ |