Add link list title to last update note
This commit is contained in:
parent
6fa981d480
commit
ae0d9c15fb
|
@ -32,7 +32,7 @@ isContentDivided: true
|
||||||
{{ group.templateContent | safe }}
|
{{ group.templateContent | safe }}
|
||||||
|
|
||||||
{% if group.data.updated %}
|
{% 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 %}
|
{% endif %}
|
||||||
<a href="#linktabs" class="tab__btn" style="margin-top: 2em;">Back to tabs</a>
|
<a href="#linktabs" class="tab__btn" style="margin-top: 2em;">Back to tabs</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue