Add lang='en' on menu site title
This commit is contained in:
parent
733a79c302
commit
504b93388f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
<div v-if="isExpanded" id="menu" class="flex | rounded-xl">
|
<div v-if="isExpanded" id="menu" class="flex | rounded-xl">
|
||||||
<header class="w-full | flex">
|
<header class="w-full | flex">
|
||||||
<!-- TODO: à dynamiser en récupérant le $site->title() -->
|
<!-- TODO: à dynamiser en récupérant le $site->title() -->
|
||||||
<p>Design to Light</p>
|
<p lang="en">Design to Light</p>
|
||||||
</header>
|
</header>
|
||||||
<nav class="w-full | flow">
|
<nav class="w-full | flow">
|
||||||
<ul class="flex">
|
<ul class="flex">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue