You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by dm...@apache.org on 2020/12/30 13:49:18 UTC

[ignite-website] branch master updated: Added parameter to force browsers to reload CSS (#65)

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

dmagda 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 30fe046  Added parameter to force browsers to reload CSS (#65)
30fe046 is described below

commit 30fe0468097ff577bd796c8854cae656b110a546
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Wed Dec 30 10:49:09 2020 -0300

    Added parameter to force browsers to reload CSS (#65)
    
    * updated rewrite for docs/latest/ to 2.9.1
    
    * forcing styles to be reloaded by browsers
---
 includes/scripts.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/scripts.html b/includes/scripts.html
index 47f8d1e..e0e91e8 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?20200417" media="print" onload="this.media='all'">
-<noscript><link media="all" rel="stylesheet" href="/css/ignite-redesign.css?20200417"></noscript>
+<link rel="stylesheet" href="/css/ignite-redesign.css?20201230" media="print" onload="this.media='all'">
+<noscript><link media="all" rel="stylesheet" href="/css/ignite-redesign.css?20201230"></noscript>
 
 <script src="/js/lazysizes.min.js" async=""></script>