feat: n'affiche pas de meta description si aucune renseignée
This commit is contained in:
parent
9ccbe5c7e7
commit
0ee3f4d1c1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ title or metadata.title }}</title>
|
||||
<meta name="description" content="{{ description or metadata.description }}">
|
||||
{% if description %}<meta name="description" content="{{ description }}">{% endif %}
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue