Skip to content

Commit

Permalink
add https to images
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Sep 28, 2023
1 parent c70b7d3 commit c83c9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"headline": "{{ page.title }}",
"image": [
{% if page.image %}
"{{ site.url }}/images/{{ page.image }}"
"https:{{ site.url }}/images/{{ page.image }}"
{% else %}
"{{ site.url }}/images/post.jpg"
"https:{{ site.url }}/images/post.jpg"
{% endif %}
],
"datePublished": "{{ page.date }}",
Expand Down

0 comments on commit c83c9ba

Please sign in to comment.