Skip to content

Commit 99fdda2

Browse files
author
Brandon Green
committed
only show og:url if page is not a blog with featured image
1 parent f23d09f commit 99fdda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/open_graph_and_meta.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
property="og:image"
1717
content="{{ site.url }}{{ site.baseurl }}/assets/images/pytorch-logo.png"
1818
/>
19+
<meta property="og:url" content="https://www.pytorch.org" />
1920
{% endif %}
2021

21-
<meta property="og:url" content="https://www.pytorch.org" />
2222
<meta property="og:type" content="website" />
2323
<meta name="robots" content="index, follow" />

0 commit comments

Comments
 (0)