chore: remove scripts and export_i18n.py from git, add to .gitignore
This commit is contained in:
@@ -39,9 +39,10 @@
|
||||
<main class="container">
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
{% if copyright_text %}
|
||||
{% set _c = get_copyright() %}
|
||||
{% if _c %}
|
||||
<footer style="text-align:center;padding:2rem 1rem;color:var(--text-muted);font-size:.8rem;border-top:1px solid var(--border);margin-top:2rem">
|
||||
{{ copyright_text }}
|
||||
{{ _c }}
|
||||
</footer>
|
||||
{% endif %}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user