Remove duplicate function
This commit is contained in:
parent
e5effa743b
commit
347514248b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue