Remove duplicate function

This commit is contained in:
Bob Mottram 2017-12-31 18:03:46 +00:00
parent e5effa743b
commit 347514248b
1 changed files with 0 additions and 7 deletions

View File

@ -284,13 +284,6 @@ function pelican_delete_blog {
esac
}
function pelican_remove_bad_blog_links {
current_theme=$1
if [ -f $PELICAN_BLOG_INSTALL_DIR/themes/$current_theme/static/css/style.css ]; then
sed -i '/googleapi/d' $PELICAN_BLOG_INSTALL_DIR/themes/$current_theme/static/css/style.css
fi
}
function pelican_change_theme {
THEMES=()
for d in $PELICAN_BLOG_INSTALL_DIR/themes/*/ ; do