{# Check which version of Pelican user is using. If it is <=3.3 than modified is a string If it is >3.3 than modified is a datetime object #} {% if article.locale_modified and article.modified %} {% set delta = (article.modified - article.date).days %} {% if delta > 0 %}