summaryrefslogtreecommitdiff
path: root/docs/src/pages/es/guides/styling.astro
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/es/guides/styling.astro')
-rw-r--r--docs/src/pages/es/guides/styling.astro12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/src/pages/es/guides/styling.astro b/docs/src/pages/es/guides/styling.astro
deleted file mode 100644
index 0a3f549ce..000000000
--- a/docs/src/pages/es/guides/styling.astro
+++ /dev/null
@@ -1,12 +0,0 @@
----
-import { Markdown } from 'astro/components';
-import MainLayout from '~/layouts/MainLayout.astro';
-const [content] = Astro.fetchContent('/src/pages/en/guides/styling.md');
----
-
-<MainLayout {content}>
- <Markdown>
- > Esta página todavía no está disponible en Español. Se muestra la versión en inglés.
- </Markdown>
- {content.astro.html}
-</MainLayout>