エントリをupdateした時にそれがわかるように表示させてみた
Posted on {{ entry.postDate|date('Y/n/j') }} {% if entry.dateUpdated|date('Y-m-d') > entry.postDate|date('Y-m-d') %} Updated on {{ entry.dateUpdated|date('Y/n/j') }} {% endif %}
実際には未来投稿もあるので、updateとの比較を追加しておいた。
参考
twigでイケてるDateTimeの比較の仕方 - Qiita
https://qiita.com/okapon_pon/i...