Update post.html

This commit is contained in:
Elliott Pardee 2020-01-03 17:28:33 -05:00 committed by GitHub
parent 0eb77d705f
commit 98f4017473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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