Files
myWebLog/src/default-theme/single-page.liquid
T

5 lines
99 B
Plaintext
Raw Normal View History

2022-06-22 20:35:12 -04:00
<h2 class="py-3">{{ page.title }}</h2>
<article class="container">
{{ page.text }}
</article>