diff options
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 |
commit | fc243186dfaa8db03b8b761b85a6d6e32597762d (patch) | |
tree | 1cda2030e9b4e2e4f505e8c20ec083049e710b5f /ishtar_pdl | |
parent | 54d6d9defc747849e39af7b18962a54e14b7007c (diff) | |
download | Ishtar-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.html | 2 |
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}}" /> |