1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-03-10 16:43:16 +00:00
mobilizon/docs/theme/main.html
Thomas Citharel f3566430a3
Introduce multi-lingual docs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-21 09:04:42 +02:00

7 lines
181 B
HTML

{% extends "base.html" %}
{% block site_meta %}
{% if page.is_homepage %}
<link rel="alternate" hreflang="fr" href="{{ config.site_url }}fr/" />
{% endif %}
{% endblock %}