Update for beta 5

This commit is contained in:
2022-07-21 22:51:59 -04:00
parent c7fb7cfc20
commit b9bf19d710
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<div class="home">
<article class="content auto">
{{ page.text }}
{% if logged_on -%}
{% if is_logged_on -%}
<p><small><a hx-boost="false" href="{{ page | edit_page_link }}">Edit This Page</a></small></p>
{% endif %}
</article>