correction des erreurs de syntaxe pour zola

This commit is contained in:
2026-03-07 15:44:44 +01:00
parent 43cc83e71a
commit 6de1f2d04b
3 changed files with 16 additions and 27 deletions

View File

@@ -4,8 +4,6 @@
{{page.title}}
{% elif section %}
{{section.title}}
{% else %}
{{config.title}}
{% endif %}
</title>
<meta name="viewport" content="device-width, initial-scale=1.0">
@@ -13,8 +11,6 @@
<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=', ')}}">