diff --git a/src/data/blog/how-to-configure-astropaper-theme.md b/src/data/blog/how-to-configure-astropaper-theme.md index 4160d2b..9739fa3 100644 --- a/src/data/blog/how-to-configure-astropaper-theme.md +++ b/src/data/blog/how-to-configure-astropaper-theme.md @@ -142,12 +142,13 @@ If your logo is an image but not SVG, you can use Astro's Image component. - Then, replace `{SITE.title}` with imported logo. + ```html - Dummy Blog + Dummy Blog ```