File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
< script src ="{{ site.baseurl }}/resources/js/vendor/jekyll.search.min.js " type ="text/javascript "> </ script >
59
59
60
60
<!-- Custom javascript -->
61
- < script src ="{{ site.baseurl }}/resources/js/functions.js " type ="text/javascript "> </ script >
61
+ < script src ="{{ site.baseurl }}/resources/js/functions.js?v={{ site.time | date: '%Y%m%d%H%M%S' }} " type ="text/javascript "> </ script >
62
62
< script defer data-domain ="scala-lang.org " src ="https://plausible.scala-lang.org/js/script.js "> </ script >
63
63
</ body>
64
64
</ html>
Original file line number Diff line number Diff line change 46
46
{% else %}
47
47
< link rel ="stylesheet " href ="{{ site.baseurl }}/resources/css/highlightjs.css " type ="text/css " />
48
48
{% endif %}
49
- < link rel ="stylesheet " href ="{{ site.baseurl }}/resources/css/style.css " type ="text/css " />
49
+ < link rel ="stylesheet " href ="{{ site.baseurl }}/resources/css/style.css?v={{ site.time | date: '%Y%m%d%H%M%S' }} " type ="text/css " />
50
50
< link rel ="stylesheet " href ="{{ site.baseurl }}/resources/css/vendor/codemirror.css " type ="text/css " />
51
51
< link rel ="stylesheet " href ="{{ site.baseurl }}/resources/css/vendor/monokai.css " type ="text/css " />
52
52
< link rel ="stylesheet " href ="{{ site.baseurl }}/resources/css/monospace.css " type ="text/css " />
60
60
61
61
{% if page.canonical %}
62
62
< link rel ="canonical " href ="{{ page.canonical | absolute_url }} " />
63
- {% endif %}
63
+ {% endif %}
You can’t perform that action at this time.
0 commit comments