Skip to content

Commit a0bad7e

Browse files
committed
adds secure_url meta image tag
1 parent 8099610 commit a0bad7e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<meta property="og:title" content="{{ page.title }}">
1717
<meta property="og:site_name" content="Eli Duke"/>
1818
<meta property="og:image" content="{% if page.image %}{{ page.image }}{% else %}{{ site.image }}{% endif %}">
19+
<meta property="og:image:secure_url" content="{% if page.image %}{{ page.image }}{% else %}{{ site.image }}{% endif %}">
1920
<meta property="og:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html }}{% endif %}">
2021

2122
<!-- HTML Meta Tags -->

photography.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Photography
4-
image: "http://assets.eliduke.com/photography/hawaii.jpg"
4+
image: "http://assets.eliduke.com/images/photography/hawaii.jpg"
55
excerpt: "I started taking photos when I was 15 years old, in photography class at Noblesville High School. With our hand-made pin-hole cameras in tow, my friends and I would search for abandoned trains & run-down houses in rural Indiana. I loved getting lost in the woods and then finding something that had been lost to the world."
66
active: photos
77
---

0 commit comments

Comments
 (0)