diff --git a/functions.php b/functions.php index 0c0bcff..9d3bba2 100644 --- a/functions.php +++ b/functions.php @@ -11,9 +11,9 @@ function load_scripts() { wp_enqueue_style( 'font-awesome-blog', get_template_directory_uri() . '/vendor/fontawesome-free/css/all.min.css', array(), NULL, 'all' ); wp_enqueue_style( 'blog-style', get_template_directory_uri() . '/css/clean-blog.min.css', - array(), '1.0', 'all' ); + array(), '1.2', 'all' ); wp_enqueue_style( 'style', get_template_directory_uri() . '/style.css', - array(), '1.1', 'all' ); + array(), '1.2', 'all' ); //Arquivos .js wp_enqueue_script('jquery-js', get_stylesheet_directory_uri() . '/vendor/jquery/jquery.min.js',