Wrap my name in elements with lang="pl"

This commit is contained in:
Maciej Pędzich 2023-05-13 03:39:14 +02:00
parent 4c9171dc03
commit d9982babec
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@ const today = new Date();
---
<footer>
&copy; {today.getFullYear()} Maciej Pędzich
&copy; {today.getFullYear()}
<span lang="pl">Maciej Pędzich</span>
</footer>
<style>

View File

@ -3,7 +3,7 @@ import HeaderLink from './HeaderLink.astro';
---
<header>
<span class="logo cmr2-text">
<span class="logo cmr2-text" lang="pl">
<span>Maciej</span>
<span>Pędzich</span>
</span>