mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 11:52:40 +00:00
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
{% extends "global/footer.njk" %}
|
|
|
|
{% block footerContent %}
|
|
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} | Shrine Launched: 3 August 2023</p>
|
|
<p><a href="/">Back to {{ sitemeta.siteName }}</a></p>
|
|
{% endblock %}
|
|
|