🐛 Correction des noms dans les espèces

This commit is contained in:
Kazhnuz 2025-05-31 10:28:44 +02:00
parent ee908a4f0f
commit e0c226fab1

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{%- if eleventyNavigation.key -%} {{ eleventyNavigation.key }} | {%- endif %} {{ title or metadata.title }}</title>
<title>{{ espece.nom }} | {{ title or metadata.title }}</title>
<meta name="description" content="{{ description or metadata.description }}">
{#- Atom and JSON feeds included by default #}