Write blog post on Astro

Fix some styling issues I found in Markdown
Remove need for a <hr> under the header, since I do that everywhere anyway I may as well just style it that way
This commit is contained in:
Michał Gdula 2024-05-29 14:45:33 +01:00
parent c39c794892
commit 3f59955d14
14 changed files with 226 additions and 55 deletions

View file

@ -13,7 +13,7 @@ interface Props {
}
}
const { title, plugins, seo} = Astro.props;
const { title, plugins, seo } = Astro.props;
---
<!doctype html>