FOERBICO/Website/scripts/move-date.awk
Ludger Sicking c8ba286cf8 Hauptordner der Seite umbenannt
von "sb" (static blog) zu "Website" (wie gewünscht) ;-)
2025-02-19 17:54:21 +01:00

7 lines
137 B
Awk

/^###_tmpDate_:/ {
linecontent = linecontent $0
}
/^#staticSiteGenerator:/ {
$0 = $0 ORS "date: " linecontent
}
!/^###_tmpDate_:/