mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 23:55:47 +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">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<BaseHead title={title + ' - Maciej Pędzich'} description={description} />
|
<BaseHead title={title} description={description} />
|
||||||
<style>
|
<style>
|
||||||
.title {
|
.title {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
Loading…
Reference in New Issue
Block a user