Remove "- Maciej Pędzich" suffix from blog posts

This commit is contained in:
Maciej Pędzich 2023-05-02 08:54:07 +02:00
parent 5252f0c3b5
commit 505506b2ce

View File

@ -13,7 +13,7 @@ const { title, description, pubDate } = Astro.props;
<html lang="en">
<head>
<BaseHead title={title + ' - Maciej Pędzich'} description={description} />
<BaseHead title={title} description={description} />
<style>
.title {
font-size: 2em;