Skip to content

Commit 504ae80

Browse files
committed
All: bump base.css stylesheet version
Follows-up #451, to avoid cached CSS that references font families that the current HTML no longer loads, and are thus missing.
1 parent bf71149 commit 504ae80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/i/favicon.ico">
2121
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/lib/typesense-minibar/typesense-minibar.css">
22-
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/base.css?v=6">
22+
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/base.css?v=7">
2323
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>?v=4">
2424

2525
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>

0 commit comments

Comments
 (0)