mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-06-21 01:50:35 +00:00
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:
parent
c39c794892
commit
3f59955d14
14 changed files with 226 additions and 55 deletions
|
@ -13,7 +13,7 @@ interface Props {
|
|||
}
|
||||
}
|
||||
|
||||
const { title, plugins, seo} = Astro.props;
|
||||
const { title, plugins, seo } = Astro.props;
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue