fix: agregar versión a los enlaces de hojas de estilo para control de caché
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||||
|
|
||||||
<!-- Pixel Art CSS -->
|
<!-- Pixel Art CSS -->
|
||||||
<link rel="stylesheet" href="/assets/css/pixel-art.css">
|
<link rel="stylesheet" href="/assets/css/pixel-art.css?v=<%= version || '2.0.0' %>">
|
||||||
<link rel="stylesheet" href="/assets/css/pixel-sections.css">
|
<link rel="stylesheet" href="/assets/css/pixel-sections.css?v=<%= version || '2.0.0' %>">
|
||||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
<link rel="stylesheet" href="/assets/css/styles.css?v=<%= version || '2.0.0' %>">
|
||||||
<% if (typeof head !== 'undefined' && head) { %>
|
<% if (typeof head !== 'undefined' && head) { %>
|
||||||
<%= head %>
|
<%= head %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|||||||
Reference in New Issue
Block a user