bitbadger.solutions-theme/theme/single-page.liquid
Daniel J. Summers 2e7f976d8a Update Git URLs
- Remove quotes where not required
2024-04-20 14:06:56 -04:00

9 lines
293 B
Plaintext

<article class="content auto">
<h1>{{ page.title }}</h1>
{{ page.text }}
<p><br><a href="{{ "" | relative_link }}" title=Home>&laquo; Home</a>
{% if is_logged_on -%}
<p><small><a hx-boost=false href="{{ page | edit_page_link }}">Edit This Page</a></small>
{% endif %}
</article>