From 9dad4f2cf010bd46c066aad4d495e6e32a95fc53 Mon Sep 17 00:00:00 2001 From: Robert Pihelgas Date: Wed, 22 Sep 2021 10:08:38 +0300 Subject: [PATCH] Bump assets version --- components/html-head.tpl | 6 +++--- components/javascripts.tpl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/html-head.tpl b/components/html-head.tpl index 20aaf2a..ce26362 100644 --- a/components/html-head.tpl +++ b/components/html-head.tpl @@ -16,9 +16,9 @@ {% if site.data.touch_icon %}{% endif %} {% comment %}STYLESHEETS{% endcomment %} -{% stylesheet_link "main.min.css?v=1" %} -{% if editmode %}{% stylesheet_link "editmode.min.css?v=1" %}{% endif %} - +{% stylesheet_link "main.min.css?v=2.2.0" %} +{% if editmode %}{% stylesheet_link "editmode.min.css?v=2.2.0" %}{% endif %} + {% comment %}Google fonts for Design Editor{% endcomment %} diff --git a/components/javascripts.tpl b/components/javascripts.tpl index 8977a26..693840f 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 %}