All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 43s
7 lines
171 B
HTML
7 lines
171 B
HTML
{% extends "global/footer.html" %}
|
|
|
|
{% block footerContent %}
|
|
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 21 November 2024</p>
|
|
{% endblock %}
|
|
|