sitemap.sh (337B)
1 add-plan () 2 { 3 sed -i \ 4 -e /'{PLAN}'/'r '<(${pandoc} en/sitemap.md) \ 5 -e /'{PLAN}'/'c\' \ 6 $1 7 } 8 9 title='Site map' 10 stylesheets=() 11 transforms=() # TODO: highlight footer link 12 postprocess=add-plan 13 translation=plan