kleine Änderungen:
Autor:innen und Datum ergänzt Lesezeit entfernt
This commit is contained in:
parent
222b7ce465
commit
f8eda6b308
23 changed files with 115 additions and 17 deletions
7
sb/scripts/move-author.awk
Normal file
7
sb/scripts/move-author.awk
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/^###_tmpAuthor_:/ {
|
||||
linecontent = linecontent ORS $0
|
||||
}
|
||||
/^#staticSiteGenerator:/ {
|
||||
$0 = $0 ORS "author:" linecontent
|
||||
}
|
||||
!/^###_tmpAuthor_:/
|
||||
Loading…
Add table
Add a link
Reference in a new issue