correction des erreurs de syntaxe pour zola
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{% elif section %}
|
||||
{{section.title}}
|
||||
{% else %}
|
||||
{{config.title}}
|
||||
Hatmos
|
||||
{% endif %}
|
||||
</title>
|
||||
<meta name="viewport" content="device-width, initial-scale=1.0">
|
||||
@@ -13,6 +13,8 @@
|
||||
<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=', ')}}">
|
||||
|
||||
Reference in New Issue
Block a user