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">
|
||||
<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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue