old_blog/_layouts/post.html

11 lines
206 B
HTML
Raw Normal View History

2019-07-05 14:16:46 -04:00
---
layout: page
showdate: true
---
2020-01-03 17:28:33 -05:00
{% if page.featured-image %}
2020-01-03 17:25:10 -05:00
<div style="text-align: center; margin-bottom: 50px;">
<img src="{{ page.featured-image }}" width="100%">
</div>
2020-01-03 17:28:33 -05:00
{% endif %}
2020-01-03 17:25:10 -05:00
{{ content }}