This commit is contained in:
2025-04-25 20:19:16 -03:00
parent 0b817094d7
commit 68aa5e9f0a
5 changed files with 142 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ const year = new Date().getFullYear();
---
<!doctype html>
<html lang="en">
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -45,7 +45,7 @@ const year = new Date().getFullYear();
<slot name="nav" />
<main id="content">
<main id="content" data-pagefind-body>
<slot />
</main>