cache bust scrips

This commit is contained in:
Tommy Parnell
2018-06-08 14:45:41 -04:00
parent 39d3da72b1
commit 4d5b0d81f0

View File

@@ -44,8 +44,8 @@
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer> </footer>
</div> </div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script> <script src="{{ "/assets/js/scale.fix.js?v=" | append: site.github.build_revision | relative_url }}"></script>
<script src="{{ "/assets/js/hotdog.js" | relative_url }}"></script> <script src="{{ "/assets/js/hotdog.js?v=" | append: site.github.build_revision | relative_url }}"></script>
<script> <script>
window.onpopstate = function(e){ window.onpopstate = function(e){
if(window.location.hash.includes("hamMenu")){ if(window.location.hash.includes("hamMenu")){