Move hx attributes up, boost page/post contents

This commit is contained in:
2026-07-24 22:04:03 -04:00
parent 4c8109b676
commit 6a7ce66114
5 changed files with 22 additions and 34 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<article class=auto>
<h1 class=entry-title>{{ page.title }}</h1>
<div class=entry-content>{{ page.text }}</div>
<div class=entry-content hx-boost:inherited=true>{{ page.text }}</div>
{%- if is_logged_on %}
<p><small><a href="{{ page | edit_page_link }}">Edit Page</a></small></p>
<p><small><a hx-boost=false href="{{ page | edit_page_link }}">Edit Page</a></small></p>
{% endif -%}
</article>