old_blog/_layouts/post.html
2020-01-03 17:28:33 -05:00

11 lines
206 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>
{% endif %}
{{ content }}