Skip to content

Commit b1867c5

Browse files
authored
Use assets and meta tags for og tags
1 parent 11c779d commit b1867c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<title>{{ site.title }} {% if page.title %}| {{ page.title }}{% endif %}</title>
99
<meta property="og:title" content="Project Jupyter" />
1010
<meta property="og:description" content="{{ site.description }}">
11-
<meta property="og:url" content="https://www.jupyter.org" />
12-
<meta property="og:image" content="https://jupyter.org/assets/homepage.png" />
11+
<meta property="og:url" content="{{ site.url }}" />
12+
<meta property="og:image" content="{{ "/assets/homepage.png" | prepend: site.url }}" />
1313
<link rel="canonical" href="{{ page.url | prepend: site.url }}">
1414
<!-- Bootstrap Core CSS -->
1515
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}">

0 commit comments

Comments
 (0)