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 | 5b3a7d60de1ee2737e91307b6f1af3196f81daef (patch) | |
tree | 1cda2030e9b4e2e4f505e8c20ec083049e710b5f /ishtar_pdl | |
parent | f6a3eac249afb4e99b1d750bc20575fd86f74d8b (diff) | |
download | Ishtar-5b3a7d60de1ee2737e91307b6f1af3196f81daef.tar.bz2 Ishtar-5b3a7d60de1ee2737e91307b6f1af3196f81daef.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}}" /> |