浏览代码

Remove duplicate function

Bob Mottram 7 年前
父节点
当前提交
347514248b
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0
    7
      src/freedombone-app-pelican

+ 0
- 7
src/freedombone-app-pelican 查看文件

284
     esac
284
     esac
285
 }
285
 }
286
 
286
 
287
-function pelican_remove_bad_blog_links {
288
-    current_theme=$1
289
-    if [ -f $PELICAN_BLOG_INSTALL_DIR/themes/$current_theme/static/css/style.css ]; then
290
-        sed -i '/googleapi/d' $PELICAN_BLOG_INSTALL_DIR/themes/$current_theme/static/css/style.css
291
-    fi
292
-}
293
-
294
 function pelican_change_theme {
287
 function pelican_change_theme {
295
     THEMES=()
288
     THEMES=()
296
     for d in $PELICAN_BLOG_INSTALL_DIR/themes/*/ ; do
289
     for d in $PELICAN_BLOG_INSTALL_DIR/themes/*/ ; do