diff options
author | Thomas Stephen Lee | 2024-01-06 14:28:00 +0530 |
---|---|---|
committer | Thomas Stephen Lee | 2024-01-06 14:28:00 +0530 |
commit | e51981a3ae0c3c67e294cdc2e179d93e6c7f3cfe (patch) | |
tree | 557c5a2b9408f29f4f7e45a679242757fb1a547f | |
parent | 56d0e74177baf371731837378377b9417363f9af (diff) | |
download | astro.on.fossee.in-e51981a3ae0c3c67e294cdc2e179d93e6c7f3cfe.tar.gz astro.on.fossee.in-e51981a3ae0c3c67e294cdc2e179d93e6c7f3cfe.tar.bz2 astro.on.fossee.in-e51981a3ae0c3c67e294cdc2e179d93e6c7f3cfe.zip |
Change to FOSSEE.
-rw-r--r-- | src/pages/about.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/about.astro b/src/pages/about.astro index c9d5b02..0fa44ac 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -3,7 +3,7 @@ import Layout from '../layouts/BlogPost.astro'; --- <Layout - title="About Me" + title="About FOSSEE" description="Lorem ipsum dolor sit amet" pubDate={new Date('August 08 2021')} heroImage="/blog-placeholder-about.jpg" |