aboutsummaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-25 22:36:09 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-25 22:39:03 -0500
commit875d33f1d98083bf9ba897238db6ecf19efe03c1 (patch)
tree68dc0d7cd519982e1d0b7a2d478e8d11ddc3a6da /src/layouts
parent3bfe8125606c7829fbbbb2906ab622c3b3600865 (diff)
downloadpersonal-website-875d33f1d98083bf9ba897238db6ecf19efe03c1.tar.gz
personal-website-875d33f1d98083bf9ba897238db6ecf19efe03c1.tar.bz2
personal-website-875d33f1d98083bf9ba897238db6ecf19efe03c1.zip
Giving blog style
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/BlogPost.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro
index 15b3cfd..d86504e 100644
--- a/src/layouts/BlogPost.astro
+++ b/src/layouts/BlogPost.astro
@@ -6,8 +6,8 @@ const { title, description, date } = Astro.props;
<Layout title=`${title} - Andrew Lee` description={description}>
<header>
<h1 class="header-text">{title}</h1>
- <h2 class="header-text">{description}</h2>
<small>{date}</small>
+ <h2 class="header-text">{description}</h2>
</header>
<div class="container">
<main>