diff --git a/build.sh b/build.sh index fc92449..3102c27 100755 --- a/build.sh +++ b/build.sh @@ -33,4 +33,8 @@ cp $destination/assets/vendor/slick/scss/slick-theme.min.css $destination/assets mv $destination/assets/vendor/slick/ajax-loader.gif $destination/assets/vendor/slick/css/ajax-loader.gif mv $destination/assets/vendor/slick/fonts/ $destination/assets/vendor/slick/css/fonts/ +##clean +rm $destination/assets/vendor/ekko-lightbox/.gitignore +rm -rf $destination/assets/vendor/ekko-lightbox/.git + echo "Compilation Finish!!" diff --git a/src/functions/single-functions.php b/src/functions/single-functions.php index de85a1b..c34654e 100644 --- a/src/functions/single-functions.php +++ b/src/functions/single-functions.php @@ -70,7 +70,8 @@ if ( ! function_exists( 'tainacan_pagination' ) ) : $count_max = ( $to_paged - 1 ) * $cur_posts; ?>