Add cache buster to comments.js
This commit is contained in:
parent
6843df46f0
commit
129b83638a
|
@ -72,6 +72,6 @@
|
||||||
const articleDomain = "{{ Self::domain() }}";
|
const articleDomain = "{{ Self::domain() }}";
|
||||||
const articlePermalink = "{{ post.comments_permalink() }}";
|
const articlePermalink = "{{ post.comments_permalink() }}";
|
||||||
</script>
|
</script>
|
||||||
<script src="/js/comments.js" async></script>
|
<script src="/js/comments.js?{{ Self::stylesheet_cache_buster() }}" async></script>
|
||||||
|
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
|
Loading…
Reference in New Issue