diff options
Diffstat (limited to 'concerts.sh')
| -rw-r--r-- | concerts.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/concerts.sh b/concerts.sh index 01fc56c..b1ca384 100644 --- a/concerts.sh +++ b/concerts.sh @@ -1,4 +1,15 @@ +add-concerts () +{ + local concerts_src=$(dirname "${input}")/concerts.in + + sed -i \ + -e /'{CONCERTS}'/'r '<(./build-concerts.py "${concerts_src}") \ + -e /'{CONCERTS}'/'c\' \ + $1 +} + title=Concerts stylesheets=concerts transforms=("$(transform-li-current-a concerts)") +postprocess=add-concerts translation=concerts |
