7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
{% extends "global/footer.njk" %}
|
|
|
|
{% block footerContent %}
|
|
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 21 November 2024</p>
|
|
{% endblock %}
|
|
|