summaryrefslogtreecommitdiff
path: root/ishtar_pdl
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-19 11:28:07 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-19 11:28:07 +0200
commitfc243186dfaa8db03b8b761b85a6d6e32597762d (patch)
tree1cda2030e9b4e2e4f505e8c20ec083049e710b5f /ishtar_pdl
parent54d6d9defc747849e39af7b18962a54e14b7007c (diff)
downloadIshtar-fc243186dfaa8db03b8b761b85a6d6e32597762d.tar.bz2
Ishtar-fc243186dfaa8db03b8b761b85a6d6e32597762d.zip
Add versioning to CSS and JS files
Diffstat (limited to 'ishtar_pdl')
-rw-r--r--ishtar_pdl/templates/blocks/extra_head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_pdl/templates/blocks/extra_head.html b/ishtar_pdl/templates/blocks/extra_head.html
index 5a75d0728..aa429bed4 100644
--- a/ishtar_pdl/templates/blocks/extra_head.html
+++ b/ishtar_pdl/templates/blocks/extra_head.html
@@ -1 +1 @@
- <link rel="stylesheet" href="{{STATIC_URL}}/pdl/styles.css" />
+ <link rel="stylesheet" href="{{STATIC_URL}}pdl/styles.css?ver={{VERSION}}" />