mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-10 00:13:02 +01:00
Remove "- Maciej Pędzich" suffix from blog posts
This commit is contained in:
parent
5252f0c3b5
commit
505506b2ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user