correction des erreurs de syntaxe pour zola
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
{% if page and page.extra.keywords %}
|
{% if page and page.extra.keywords %}
|
||||||
<meta name="keywords" content="{{page.extra.keywords | join(sep=', ')}}">
|
<meta name="keywords" content="{{page.extra.keywords | join(sep=', ')}}">
|
||||||
{% endif %}
|
{% 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')}}">
|
<link rel="icon" type="image/png" href="{{get_url(path='favicon.png')}}">
|
||||||
</head>
|
</head>
|
||||||
{% endblock head %}
|
{% endblock head %}
|
||||||
|
|||||||
Reference in New Issue
Block a user