Fixing css_version

This commit is contained in:
sergiotarxz 2023-09-08 01:46:51 +02:00
parent a53251f55f
commit bfd3764444
1 changed files with 1 additions and 1 deletions

View File

@ -9,8 +9,8 @@
% my $base_url = config 'base_url';
<html lang="es">
<head>
<script src="/js/bundle.js?v=<%=$css_version%>"></script>
% my $css_version = config 'css_version';
<script src="/js/bundle.js?v=<%=$css_version%>"></script>
<link rel="stylesheet" href="/css/styles.css?v=<%=$css_version%>"/>
<title><%= title %></title>
<meta name="description" content="<%=defined $description_og ? $description_og : 'Lee más sobre: ' . title %>" />