chore: remove scripts and export_i18n.py from git, add to .gitignore

This commit is contained in:
2026-07-07 11:35:00 +08:00
parent ce377157a0
commit 8a4500f723
7 changed files with 20 additions and 52 deletions

View File

@@ -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>