diff --git a/_includes/post/metadata.html b/_includes/post/metadata.html index 6be6632aa..51fd4c117 100644 --- a/_includes/post/metadata.html +++ b/_includes/post/metadata.html @@ -19,7 +19,7 @@
{% block post_metadata_updated %} {% set updatedDate = lastContentCommit | maxDate(updated) %} - {% if updatedDate %} + {% if updatedDate and updatedDate != page.date %}