From 77cf825e98ea5b357872e594a4ec62ad7d8d21eb Mon Sep 17 00:00:00 2001 From: Tanel Jakobsoo Date: Thu, 5 Aug 2021 16:39:51 +0300 Subject: [PATCH] Bump assets version --- components/html-head.tpl | 2 +- components/javascripts.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/html-head.tpl b/components/html-head.tpl index c8ee686..2ec1289 100644 --- a/components/html-head.tpl +++ b/components/html-head.tpl @@ -16,7 +16,7 @@ {% if site.data.touch_icon %}{% endif %} {% comment %}STYLESHEETS{% endcomment %} -{% stylesheet_link "main.min.css?v1" %} +{% stylesheet_link "main.min.css?v=barcelona-2.3.0" %} {% if editmode %}{% endif %} {% comment %}Google fonts for Design Editor{% endcomment %} diff --git a/components/javascripts.tpl b/components/javascripts.tpl index cf2e179..2996a12 100644 --- a/components/javascripts.tpl +++ b/components/javascripts.tpl @@ -3,11 +3,11 @@ - + {% sitejs_include %} {%- if editmode -%} - + {%- endif -%} {% comment %}Site search related javascript components.{% endcomment %}