parrot-www/fix-footer.sh

10 lines
310 B
Bash
Executable File

#!/bin/bash
#
# Footer is a bit obnoxious.
# It is set upstream, need to fix there somewhere.
# For now, this kludge
sed -i -e 's/ All Rights Reserved//g' `find public/ -name "*.html"`
sed -i -e 's/<p class="td-footer__about mt-2"><a href="\/about\/">About Parrot<\/a><\/p>//g' `find public/ -name "*.html"`