Add lang='en' on menu site title

This commit is contained in:
Timothée Goguely 2024-11-20 16:09:31 +01:00
parent 733a79c302
commit 504b93388f

View file

@ -29,7 +29,7 @@
<div v-if="isExpanded" id="menu" class="flex | rounded-xl">
<header class="w-full | flex">
<!-- TODO: à dynamiser en récupérant le $site->title() -->
<p>Design to Light</p>
<p lang="en">Design to Light</p>
</header>
<nav class="w-full | flow">
<ul class="flex">