aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-07-14 16:34:22 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-07-14 16:34:22 +0200
commita2992b2a38cd236693211cd791e162719f43f9d9 (patch)
treeedaea8c11a633ce2eb23ec971e7d0390e190941b /src/layouts/Layout.astro
parent9b2638a6c4f3a3b3ffc12e12d79dc4ae73a911e3 (diff)
Fix links and improve descriptions across blog and portfolio layouts
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 20dca59..d6ccaa0 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -12,8 +12,8 @@ interface Props {
const { title, description, empty } = Astro.props;
---
-<!doctype html>
-<html lang={Astro.currentLocale}>
+<!DOCTYPE html>
+<html lang={Astro.currentLocale || "es"}>
<head>
<meta charset="UTF-8" />
<meta name="description" content={description} />