Remove site_config file & add templates_local

This commit is contained in:
Nyymix 2025-05-03 00:11:05 +03:00
parent 8c11e02d9c
commit e37c412fd9
9 changed files with 24 additions and 76 deletions

View file

@ -5,8 +5,8 @@
{% load static %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ site_config.site_head_description }}">
<title>{% block title %}{% endblock %} - {{ site_config.site_head_title }}</title>
<meta name="description" content="Muistox Photo Gallery">
<title>{% block title %}{% endblock %} - Gallery</title>
{% if canonical_url %}
<link rel="canonical" href="{{ canonical_url }}">
{% endif %}
@ -86,7 +86,7 @@
<!-- Footer -->
<footer class="uk-align-center uk-container-large">
<div class="uk-background-secondary uk-padding-small uk-light uk-text-center uk-text-light">
&copy; {% now "Y" %} {{ site_config.footer_copyright|safe }}
&copy; {% now "Y" %} Powered by <a href="https://git.hakkeri.net/nyymix/muistox">muistox</a>.
</div>
</footer>