Explorar el Código

Remove duplicate function

Bob Mottram hace 7 años
padre
commit
347514248b
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0
    7
      src/freedombone-app-pelican

+ 0
- 7
src/freedombone-app-pelican Ver fichero

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