Updated the layout to have a blockstart for every page so that markdown works.

This commit is contained in:
Zed A. Shaw 2025-08-04 23:34:24 -04:00
parent d856784823
commit d98325564f
16 changed files with 26 additions and 53 deletions

View file

@ -4,8 +4,6 @@
</script>
<div x-init="item = await Stream.item()" x-data="{item: {}}">
<blockstart>
<block style="--value: 7">
<h1 x-text="item.title"></h1>
@ -40,6 +38,4 @@
</div>
</grid>
</block>
</blockstart>
</div>