update footer link

This commit is contained in:
2023-02-09 18:18:50 +01:00
parent ad3412ff95
commit bfcd409a36

View File

@@ -5,6 +5,6 @@
{% endif %}
<span class="footer-copyright">&copy; {{ year }}</span>
<span class="footer-link">
<a href="/en{{ theme_config.footer.url }}">{{ theme_config.footer.title_en }}</a>
<a href="{{ theme_config.footer.url }}">{{ theme_config.footer.title_en }}</a>
</span>
{{ theme_config.analytics|raw }}