Ensure CSS and JS is refreshed on page rebuild

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-04-03 22:30:08 +02:00
parent 441a8f0655
commit bc9097e9ab
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
</div>
{% include footer.liquid %}
</body>
<script defer src="{{ site.xaymar.data.js | absolute_url }}?timestamp={{ site.time | date_to_xmlschema }}"></script>
<script defer src="{{ site.xaymar.data.js | absolute_url }}?ts={{ site.time | date_to_xmlschema }}"></script>
</html>