Add link list updated date condition

This commit is contained in:
Leilukin 2024-07-03 17:09:36 +08:00 committed by Helen Chong
parent 37268d70a9
commit 0e3f9da482

View File

@ -25,6 +25,10 @@ isContentDivided: true
{{ group.data.title }}
{% endheadingAnchor %}
{{ group.templateContent | safe }}
{% if group.data.updated %}
<p style="margin-top: 3em;">(This list was last updated on {{ group.data.updated | formatDate }})</p>
{% endif %}
<a href="#linktabs" class="tab__btn" style="margin-top: 3em;">Back to tabs</a>
</section>
{%- endfor %}