--amend
This commit is contained in:
parent
41f0c630d3
commit
754bc5ed95
@ -5,7 +5,6 @@ import { getCollection } from 'astro:content';
|
|||||||
import { sortContentByDate } from '@/utils/sorts';
|
import { sortContentByDate } from '@/utils/sorts';
|
||||||
import { getLangFromUrl } from '@/i18n/utils';
|
import { getLangFromUrl } from '@/i18n/utils';
|
||||||
import PostItemList from '@/components/post-items-list';
|
import PostItemList from '@/components/post-items-list';
|
||||||
import Random from '@/components/random.astro';
|
|
||||||
|
|
||||||
const pageData = {
|
const pageData = {
|
||||||
title: 'juancmandev',
|
title: 'juancmandev',
|
||||||
@ -33,7 +32,6 @@ const lang = getLangFromUrl(Astro.url);
|
|||||||
<Layout {...pageData}>
|
<Layout {...pageData}>
|
||||||
<div class='prose prose-invert max-w-3xl mx-auto'>
|
<div class='prose prose-invert max-w-3xl mx-auto'>
|
||||||
<h1 class='text-primary'>Welcome to my domain, stranger.</h1>
|
<h1 class='text-primary'>Welcome to my domain, stranger.</h1>
|
||||||
<!-- <Random /> -->
|
|
||||||
<p>
|
<p>
|
||||||
I am <strong class='text-primary'>Juan Manzanero</strong>; <strong
|
I am <strong class='text-primary'>Juan Manzanero</strong>; <strong
|
||||||
>Web Developer</strong
|
>Web Developer</strong
|
||||||
|
Loading…
x
Reference in New Issue
Block a user