Skip to content

Commit

Permalink
update: versao style para forcar load apos aplicar cache
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioanerao committed Jun 9, 2024
1 parent dac323f commit b946e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b946e48

Please sign in to comment.