Add link list updated date condition
This commit is contained in:
parent
48a26e803b
commit
48a7a80e5e
|
@ -25,6 +25,10 @@ isContentDivided: true
|
||||||
{{ group.data.title }}
|
{{ group.data.title }}
|
||||||
{% endheadingAnchor %}
|
{% endheadingAnchor %}
|
||||||
{{ group.templateContent | safe }}
|
{{ 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>
|
<a href="#linktabs" class="tab__btn" style="margin-top: 3em;">Back to tabs</a>
|
||||||
</section>
|
</section>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
Loading…
Reference in New Issue