diff --git a/library/enqueue-scripts.php b/library/enqueue-scripts.php index c76e37e53..16a98a8e8 100644 --- a/library/enqueue-scripts.php +++ b/library/enqueue-scripts.php @@ -13,17 +13,17 @@ function foundationpress_scripts() { // Enqueue the main Stylesheet. - wp_enqueue_style( 'main-stylesheet', get_template_directory_uri() . '/dist/assets/css/app.css', array(), '2.10.0', 'all' ); + wp_enqueue_style( 'main-stylesheet', get_template_directory_uri() . '/dist/assets/css/app.css', array(), '2.10.1', 'all' ); // Deregister the jquery version bundled with WordPress, as we're injecting the version we need with Webpack. wp_deregister_script( 'jquery' ); // Enqueue Founation scripts - wp_enqueue_script( 'foundation', get_template_directory_uri() . '/dist/assets/js/app.js', array(), '2.10.0', true ); + wp_enqueue_script( 'foundation', get_template_directory_uri() . '/dist/assets/js/app.js', array(), '2.10.1', true ); // Enqueue FontAwesome from CDN. Uncomment the line below if you don't need FontAwesome. wp_enqueue_script( 'jquery', 'https://use.fontawesome.com/5016a31c8c.js', array(), '4.7.0', true ); - + // Add the comment-reply library on pages where it is necessary if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { diff --git a/package.json b/package.json index 884d56804..cd69eb545 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "foundationpress", "title": "FoundationPress", - "version": "2.10.0", + "version": "2.10.1", "description": "FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb", "license": "MIT", "main": "gulpfile.js", diff --git a/src/assets/scss/modules/_footer.scss b/src/assets/scss/modules/_footer.scss index 38637b177..8a177dfd9 100644 --- a/src/assets/scss/modules/_footer.scss +++ b/src/assets/scss/modules/_footer.scss @@ -1,15 +1,19 @@ .footer-container { - max-width: 100%; - width: 100%; margin: 0 auto; border-top: 1px solid $medium-gray; margin-top: rem-calc(60); } .footer { + @include xy-grid-container; @include xy-grid; padding: rem-calc(30) 0; + article { + @include xy-cell(auto); + margin: 0; + } + ul { list-style-type: none; margin: 0; diff --git a/style.css b/style.css index 72c7d9915..9c04a6ccd 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: FoundationPress Theme URI: http://foundationpress.olefredrik.com Github Theme URI: https://github.com/olefredrik/FoundationPress Description: FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb -Version: 2.10.0 +Version: 2.10.1 Author: Ole Fredrik Lie Author URI: http://olefredrik.com/