diff --git a/public_html/templates/post-content.tpl b/public_html/templates/post-content.tpl index f2f0361d..1b837c2f 100644 --- a/public_html/templates/post-content.tpl +++ b/public_html/templates/post-content.tpl @@ -1,4 +1,4 @@ -<% var postContentUrl = '/data/posts/' + post.name %> +<% var postContentUrl = '/data/posts/' + post.name + '?x=' + Math.random() /* reset gif animations */ %>