edukia: lehenengo post-a

This commit is contained in:
2025-11-03 18:24:46 +01:00
parent 35c032972e
commit 8bf27a5ef6
9 changed files with 14 additions and 118 deletions

View File

@@ -15,7 +15,7 @@ let {
} = Astro.props;
added = new Date(added).toLocaleDateString(
"en-us",
"eu",
{
year: "numeric",
month: "short",
@@ -25,7 +25,7 @@ added = new Date(added).toLocaleDateString(
if (updated) {
updated = new Date(updated).toLocaleDateString(
"en-us",
"eu",
{
year: "numeric",
month: "short",
@@ -35,7 +35,7 @@ if (updated) {
}
---
<html lang="en-us">
<html lang="eu">
<BaseHead title={title} description={description} />
<body>