Skip to content

Commit 9405257

Browse files
committed
removed test data for meta image tag
1 parent 8c1e786 commit 9405257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_layouts/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{% capture page_image %}
3232
{% image_uri image %}
3333
{% endcapture %}
34-
<meta name="image" property="og:image" content="{{ page_image | strip | prepend: 'http://localhost:8080' }}" />
34+
<meta name="image" property="og:image" content="{{ page_image | strip | prepend: 'https://www.davidwesst.com' }}" />
3535
<meta property="og:image:secure_url" content="{{ page_image | strip | prepend: 'https://www.davidwesst.com' }}" />
3636
<meta property="og:image:alt" content="{{ image_alt }}" />
3737
{% else %}

0 commit comments

Comments
 (0)