myWebLog/src/MyWebLog/themes/awftw/single-page.liquid
Daniel J. Summers 2394f03b3b - Fix a few issues with podcast feed generation
- Tweak styles for devotional theme
- Fix bug with page cache building
2022-06-04 20:49:14 -04:00

8 lines
249 B
Plaintext

<div class="content">
<article class="item">
<h1 class="item-heading">{{ page.title }}</h1>
{%- if logged_on %}<p class="item-meta"><a href="{{ page | edit_page_link }}">Edit Page</a></p>{% endif %}
{{ page.text }}
</article>
</div>