correction des erreurs de syntaxe pour zola

This commit is contained in:
2026-03-07 15:25:31 +01:00
parent 13a06963a3
commit 43cc83e71a

View File

@@ -5,7 +5,7 @@
{% elif section %} {% elif section %}
{{section.title}} {{section.title}}
{% else %} {% else %}
Hatmos {{config.title}}
{% endif %} {% endif %}
</title> </title>
<meta name="viewport" content="device-width, initial-scale=1.0"> <meta name="viewport" content="device-width, initial-scale=1.0">
@@ -14,7 +14,7 @@
{% elif section %} {% elif section %}
<meta name="description" content="{{section.description}}"> <meta name="description" content="{{section.description}}">
{% else %} {% else %}
<meta name="description" content="Site portefolio de mes objectifs et accomplissements" <meta name="description" content="Site portefolio de mes objectifs et accomplissements">
{% endif %} {% endif %}
{% if page and page.extra.keywords %} {% if page and page.extra.keywords %}
<meta name="keywords" content="{{page.extra.keywords | join(sep=', ')}}"> <meta name="keywords" content="{{page.extra.keywords | join(sep=', ')}}">