correction des erreurs de syntaxe pour zola
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user