old_blog/_layouts/post.html
2020-01-03 17:25:10 -05:00

10 lines
196 B
HTML
Executable File

---
layout: page
showdate: true
---
{{% if page.featured-image %}}
<div style="text-align: center; margin-bottom: 50px;">
<img src="{{ page.featured-image }}" width="100%">
</div>
{{ content }}