🐛 Correction des noms dans les espèces
This commit is contained in:
parent
ee908a4f0f
commit
e0c226fab1
1 changed files with 1 additions and 1 deletions
|
@ -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 #}
|
||||
|
|
Loading…
Add table
Reference in a new issue