File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222 {% if page.excerpt %}< meta itemprop ="description " content ="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }} "> {% endif %}
2323 {% if page.date %}< meta itemprop ="datePublished " content ="{{ page.date | date_to_xmlschema }} "> {% endif %}
2424 {% 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 %}
2526
2627 < div class ="page__inner-wrap ">
2728 {% 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:
55 - Team
66tags :
77 - Open Source
8- featured-image : adam-li-interview.png
8+ featured-image : /assets/images/posts_images/ adam-li-interview.png
99
1010postauthors :
1111 - name : Reshama Shaikh
@@ -17,7 +17,7 @@ postauthors:
1717---
1818
1919<div >
20- <img src =" /assets/images/posts_images/ {{ page.featured-image }}" alt =" " >
20+ <img src =" {{ page.featured-image }} " alt =" " >
2121 {% include postauthor.html %}
2222</div >
2323
You can’t perform that action at this time.
0 commit comments