7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
{% include page_start.liquid %}
|
|
{% include page_content.liquid %}
|
|
{% include breadcrumbs.liquid title=page.title permalink=page.url %}
|
|
{% include article.liquid type=post title=page.title content=page.content timestamp=page.date permalink=page.url tags=page.tags %}
|
|
{% include comments.liquid %}
|
|
{% include page_end.liquid %}
|