lightspeed/_layouts/post.html
2019-04-09 06:58:22 -04:00

9 lines
203 B
HTML
Executable file

---
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 }}