Update post.html
This commit is contained in:
parent
0eb77d705f
commit
98f4017473
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user