Add link list title to last update note

This commit is contained in:
Helen Chong 2024-07-05 16:05:36 +08:00
parent 6fa981d480
commit ae0d9c15fb
1 changed files with 1 additions and 1 deletions

View File

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