File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
{% if page.excerpt %}< meta itemprop ="description " content ="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }} "> {% endif %}
23
23
{% if page.date %}< meta itemprop ="datePublished " content ="{{ page.date | date_to_xmlschema }} "> {% endif %}
24
24
{% if page.last_modified_at %}< meta itemprop ="dateModified " content ="{{ page.last_modified_at | date_to_xmlschema }} "> {% endif %}
25
+ {% if page.featured-image %}< meta property ="og:image " content ="{{ page.featured-image | absolute_url }} "> {% endif %}
25
26
26
27
< div class ="page__inner-wrap ">
27
28
{% unless page.header.overlay_color or page.header.overlay_image %}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ categories:
5
5
- Team
6
6
tags :
7
7
- Open Source
8
- featured-image : adam-li-interview.png
8
+ featured-image : /assets/images/posts_images/ adam-li-interview.png
9
9
10
10
postauthors :
11
11
- name : Reshama Shaikh
@@ -17,7 +17,7 @@ postauthors:
17
17
---
18
18
19
19
<div >
20
- <img src =" /assets/images/posts_images/ {{ page.featured-image }}" alt =" " >
20
+ <img src =" {{ page.featured-image }} " alt =" " >
21
21
{% include postauthor.html %}
22
22
</div >
23
23
You can’t perform that action at this time.
0 commit comments