# HG changeset patch # User Thierry Florac # Date 1530623990 -7200 # Node ID 6e4da3ad6a67dd33e54fb448d0829c329c2cca45 # Parent a39e0e6bb64b256a910ad3ef0f508a906b38f086 Use timestamp in images URLs diff -r a39e0e6bb64b -r 6e4da3ad6a67 src/pyams_portal/portlets/image/skin/image.pt --- a/src/pyams_portal/portlets/image/skin/image.pt Mon Jul 02 17:24:48 2018 +0200 +++ b/src/pyams_portal/portlets/image/skin/image.pt Tue Jul 03 15:19:50 2018 +0200 @@ -4,11 +4,12 @@ image_url extension:absolute_url(image); slot_config view.slot_configuration; slot_width slot_config.get_width(); - base_width 100 / 12;"> + base_width 100 / 12; + timestamp extension:timestamp(image);">