]> git.0d.be Git - panikweb.git/commitdiff
templates: adjust css/js cache to start timestamp
authorFrédéric Péters <fpeters@0d.be>
Wed, 4 Dec 2019 11:31:49 +0000 (12:31 +0100)
committerFrédéric Péters <fpeters@0d.be>
Wed, 4 Dec 2019 11:31:49 +0000 (12:31 +0100)
panikweb_templates/templates/base.html

index 5f5c5200d9d95bd06fdab7d664b4c13ecef5fe79..5b202690763b1c16109e1913fbd558b921c7d324 100644 (file)
 <link rel="alternate" type="application/rss+xml"  href="{% url 'podcasts-feed' %}" title="{{ radio_name }} Podcasts">
 {% endblock %}
 
-    <link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" type="text/css" />
+    <link rel="stylesheet" href="{{ STATIC_URL }}css/style.css{% start_timestamp %}" type="text/css" />
 
     <script src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>
     <script src="{% xstatic 'jquery-ui' 'jquery-ui.min.js' %}"></script>
     <script type="text/javascript" src="{{ STATIC_URL }}js/jquery.scrollTo-1.4.3.1-min.js"></script>
-    <script type="text/javascript" src="{{ STATIC_URL }}js/audioPlayer.js"></script>
+    <script type="text/javascript" src="{{ STATIC_URL }}js/audioPlayer.js{% start_timestamp %}"></script>
     <script type="text/javascript" src="{{ STATIC_URL }}js/konami.js"></script>
     <script type="text/javascript" src="{{ STATIC_URL}}js/strophe.min.js"></script>
     <script type="text/javascript" src="{{ STATIC_URL}}js/strophe.muc.js"></script>
-    <script type="text/javascript" src="{{ STATIC_URL }}js/specifics.js"></script>
+    <script type="text/javascript" src="{{ STATIC_URL }}js/specifics.js{% start_timestamp %}"></script>
 
     {% block extrascripts %}{% endblock %}
 </head>