···2323{{# Page Metadata #}}
2424<link rel="canonical" href="{{ url |> url(true) }}" />
2525<title>{{ title }}</title>
2626-{{ if production == "false" }}
2626+{{ if !production }}
2727 <script defer="defer" src="/static/scripts/open-in-editor.js"></script>
2828{{ /if }}
+10
src/blog/example-blog-post.md
···66---
7788## meow meow! {#meow-meow}
99+<!-- deno-fmt-ignore-start -->
1010+> [!info]- Closed default
1111+> You shouldn't see this
1212+1313+> [!warning]+ Open default
1414+> You should see this
1515+1616+> [!question] No folding
1717+> You shouldn't be able to close this
1818+<!-- deno-fmt-ignore-end -->
+1-1
src/blog/hello-world.md
···2626neato!), and hopefully inspires you to create your own Lume-based blog.
27272828<!-- deno-fmt-ignore-start -->
2929-> [!note] Disclaimer!
2929+> [!note]- Disclaimer!
3030> I'm by no means a wizard with this stuff, my code is pretty messy.
3131> However, I am happy with it, and that's what matters for me.
3232<!-- deno-fmt-ignore-end -->