diff --git a/src/freedombone-app-pelican b/src/freedombone-app-pelican index fa421c0d..011ac615 100755 --- a/src/freedombone-app-pelican +++ b/src/freedombone-app-pelican @@ -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