File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
2
2
3
3
<!-- 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 ">
7
6
8
7
<!-- 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 " />
16
10
17
11
<!-- end custom head snippets -->
You can’t perform that action at this time.
0 commit comments