Helen Chong c11263999f
All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 46s
Convert Nunjucks templates to HTML files
2025-04-23 23:48:45 +08:00

7 lines
168 B
HTML

{% extends "global/footer.html" %}
{% block footerContent %}
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 3 August 2023</p>
{% endblock %}