Skip to content

Commit 64812c8

Browse files
authored
Update head-custom.html to correct metadata tags
1 parent 0205afa commit 64812c8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

_includes/head-custom.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
22

33
<!-- Set site favicon here -->
4-
{% if site.favicon %}
5-
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
6-
{% endif %}
4+
<link rel="shortcut icon" type="image/x-icon" href="https://ellenlloyd.ca/images/favicon.ico">
5+
<link rel="shortcut icon" type="image/png" href="https://ellenlloyd.ca/images/favicon-32x32.png">
76

87
<!-- Provide open graph image preview -->
9-
{% if page.image %}
10-
<meta property="og:image" content="{{page.image}}" />
11-
<meta name="twitter:image" content="{{page.image}}" />
12-
{% else %}
13-
<meta property="og:image" content="{{ '/promo/smooth-sudoku-og-image.png' | relative_url }}" />
14-
<meta name="twitter:image" content="{{ '/promo/smooth-sudoku-og-image.png' | relative_url }}" />
15-
{% endif %}
8+
<meta property="og:image" content="https://ellenlloyd.ca/racket-sudoku/promo/og.png" />
9+
<meta name="twitter:image" content="https://ellenlloyd.ca/racket-sudoku/promo/og.png" />
1610

1711
<!-- end custom head snippets -->

0 commit comments

Comments
 (0)