Skip to content

Commit

Permalink
All: bump base.css stylesheet version
Browse files Browse the repository at this point in the history
Follows-up #451, to
avoid cached CSS that references font families that the current HTML
no longer loads, and are thus missing.
  • Loading branch information
Krinkle committed Jan 4, 2024
1 parent bf71149 commit 504ae80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/jquery/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

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

0 comments on commit 504ae80

Please sign in to comment.