correction des erreurs de syntaxe pour zola

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

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=(path='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 %}