the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

bug: fix cache busting

authored by

Kieran Klukas and committed by
GitHub
fa2107d2 6a30ed59

+2 -2
+2 -2
templates/head.html
··· 66 66 <link 67 67 rel="stylesheet" 68 68 type="text/css" 69 - href="{{ get_url(path='css/main.css?hash=' ~ cssHash, trailing_slash=false) | safe }}" 69 + href="{{ get_url(path='css/main.css?' ~ cssHash, trailing_slash=false) | safe }}" 70 70 /> 71 71 {% endblock css %} {% set jsHash = get_hash(path="js/script.js", sha_type=256, 72 72 base64=true) %} 73 73 <script 74 - src="{{ get_url(path='js/script.js' ~ jsHash, trailing_slash=false) | safe }}" 74 + src="{{ get_url(path='js/script.js?' ~ jsHash, trailing_slash=false) | safe }}" 75 75 defer 76 76 ></script>