correction des erreurs de syntaxe pour zola

This commit is contained in:
2026-03-07 14:59:24 +01:00
parent e86605b542
commit 801e6807fb

View File

@@ -21,7 +21,7 @@
{% if page and page.extra.keywords %}
<meta name="keywords" content="{{page.extra.keywords | join(sep=', ')}}">
{% endif %}
<link rel="stylesheet" href="{{get_url='style.css'}}">
<link rel="stylesheet" href="{{get_url=(path='style.css')}}">
<link rel="icon" type="image/png" href="{{get_url(path='favicon.png')}}">
</head>
{% endblock head %}