Daniel J. Summers
0aaf06b050
* Add myWebLog theme * Remove Nuxt version * Remove Azure link from README
9 lines
302 B
Plaintext
9 lines
302 B
Plaintext
<article class="content auto">
|
|
<h1>{{ page.title }}</h1>
|
|
{{ page.text }}
|
|
<p><br><a href="{{ "" | relative_link }}" title="Home">« 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>
|