bitbadger.solutions-theme/theme/single-page.liquid
Daniel J. Summers 0aaf06b050
myWebLog theme (#16)
* Add myWebLog theme

* Remove Nuxt version

* Remove Azure link from README
2022-06-22 22:14:38 -04:00

9 lines
302 B
Plaintext

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