7 lines
146 B
Awk
7 lines
146 B
Awk
|
/^###_tmpAuthor_:/ {
|
||
|
linecontent = linecontent ORS $0
|
||
|
}
|
||
|
/^#staticSiteGenerator:/ {
|
||
|
$0 = $0 ORS "author:" linecontent
|
||
|
}
|
||
|
!/^###_tmpAuthor_:/
|