correction des erreurs de syntaxe pour zola

This commit is contained in:
2026-03-07 15:15:44 +01:00
parent 23b6ca69c9
commit 13a06963a3

View File

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