You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by ma...@apache.org on 2021/09/09 22:58:59 UTC

[ignite-website] branch master updated: styles cache invalidation to force browsers load latest css

This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ba736b7  styles cache invalidation to force browsers load latest css
ba736b7 is described below

commit ba736b710d02d2119d6d41e2322ce4624e1f9b9d
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Thu Sep 9 19:52:39 2021 -0300

    styles cache invalidation to force browsers load latest css
---
 includes/scripts.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/scripts.html b/includes/scripts.html
index 59557d9..13bdecf 100644
--- a/includes/scripts.html
+++ b/includes/scripts.html
@@ -1,7 +1,7 @@
 <!-- REMEMBER TO COPY ALL CHANGES TO download.html -->
 
-<link rel="stylesheet" href="/css/ignite-redesign.css?20210514" media="print" onload="this.media='all'">
-<noscript><link media="all" rel="stylesheet" href="/css/ignite-redesign.css?20210514"></noscript>
+<link rel="stylesheet" href="/css/ignite-redesign.css?20210909" media="print" onload="this.media='all'">
+<noscript><link media="all" rel="stylesheet" href="/css/ignite-redesign.css?20210909"></noscript>
 
 <script src="/js/lazysizes.min.js" async=""></script>