my website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix title of blog post pages

+1 -1
+1 -1
src/layouts/BlogPost.astro
··· 13 13 14 14 <html lang="en"> 15 15 <head> 16 - <BaseHead title={title} description={description} /> 16 + <BaseHead title={`${title} - vixalien´s blog`} description={description} /> 17 17 </head> 18 18 19 19 <body class="overflow-yes">