File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ export default {
77 name : "Butterscotch!" ,
88 url : "https://bscotch.ca/"
99 } ,
10- image : "/img/avatar.png"
10+ image : "/img/avatar.png" ,
11+ manifest : "/site.webmanifest"
1112}
Original file line number Diff line number Diff line change 11<meta property =" og:locale" content =" en_US" >
22
3- <link rel =" canonical" href =" {{ page.url | url }}" >
4- <meta property =" og:url" content =" {{ page.url | url }}" >
3+ <link rel =" canonical" href =" {{ page.url | htmlBaseUrl(metadata. url) }}" >
4+ <meta property =" og:url" content =" {{ page.url | htmlBaseUrl(metadata. url) }}" >
55
66<meta property =" og:site_name" content =" {{ metadata.title }}" >
77
1111<meta name =" description" content =" {{ description or metadata.description }}" >
1212<meta property =" og:description" content =" {{ description or metadata.description }}" >
1313
14- <meta property =" og:image" content =" {{ image or metadata.image | url }}" >
15- <meta property =" twitter:image" content =" {{ image or metadata.image | url }}" >
14+ <meta property =" og:image" content =" {{ image or metadata.image }}" >
15+ <meta property =" twitter:image" content =" {{ image or metadata.image }}" >
1616
1717<meta property =" og:type" content =" website" >
1818<meta name =" twitter:card" content =" summary" >
2121<link rel =" icon" type =" image/png" sizes =" 32x32" href =" /favicon-32x32.png" >
2222<link rel =" icon" type =" image/png" sizes =" 16x16" href =" /favicon-16x16.png" >
2323
24- <link rel =" manifest" href =" /site.webmanifest " >
24+ <link rel =" manifest" href =" {{ manifest or metadata.manifest }} " >
You can’t perform that action at this time.
0 commit comments