Introduce multi-lingual docs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
7
docs/theme/main.html
vendored
Normal file
7
docs/theme/main.html
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block site_meta %}
|
||||
{% if page.is_homepage %}
|
||||
<link rel="alternate" hreflang="fr" href="{{ config.site_url }}fr/" />
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user