feat: n'affiche pas de meta description si aucune renseignée

pull/1/head
Jalil Arfaoui 2022-08-13 15:11:19 +02:00
parent 9ccbe5c7e7
commit 0ee3f4d1c1
1 changed files with 1 additions and 1 deletions

View File

@ -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",