lightspeed/_layouts/post.html

9 lines
203 B
HTML
Raw Normal View History

2019-04-09 10:58:22 +00:00
---
layout: default
---
<h1>{{ page.title }}</h1>
<p style="font-size:90%;">Posted on <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %-d, %Y" }}</time></p>
{{ content }}