Skip to content

Commit

Permalink
All: Bump base stylesheet version
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Apr 10, 2024
1 parent 9131422 commit 6f7739b
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=12">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/base.css?v=13">
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>?v=7">

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

0 comments on commit 6f7739b

Please sign in to comment.