Create json config file & update templates
This commit is contained in:
parent
2f4a23b600
commit
c0b47b0739
12 changed files with 80 additions and 63 deletions
|
@ -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="Nyymix.net Photo Gallery">
|
||||
<title>{% block title %}Gallery{% endblock %}</title>
|
||||
<meta name="description" content="{{ site_config.site_head_description }}">
|
||||
<title>{{ site_config.site_head_title }} : {% block title %}{% endblock %}</title>
|
||||
|
||||
<!-- UIkit CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/uikit/dist/css/uikit.min.css" />
|
||||
|
@ -85,7 +85,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">
|
||||
© {% now "Y" %} Nyymix, powered by <a href="https://git.hakkeri.net/nyymix/muistox">muistox</a>.
|
||||
© {% now "Y" %} {{ site_config.footer_copyright|safe }}
|
||||
</div>
|
||||
</footer>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue