Add cache buster to comments.js

This commit is contained in:
Shadowfacts 2023-01-05 19:39:41 -05:00
parent 6843df46f0
commit 129b83638a
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}