fix(templates, site): use png og image
This commit is contained in:
parent
f1e9a0726e
commit
20ba3f28ee
3 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
<!-- Open Graph data -->
|
<!-- Open Graph data -->
|
||||||
<meta property="og:site_name" content="McFly" />
|
<meta property="og:site_name" content="McFly" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" content="favicon.svg" />
|
<meta property="og:image" content="touch-icon-large.png" />
|
||||||
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
|
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
|
||||||
<meta property="og:description"
|
<meta property="og:description"
|
||||||
content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<!-- Open Graph data -->
|
<!-- Open Graph data -->
|
||||||
<meta property="og:site_name" content="McFly" />
|
<meta property="og:site_name" content="McFly" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" content="favicon.svg" />
|
<meta property="og:image" content="touch-icon-large.png" />
|
||||||
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
|
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
|
||||||
<meta property="og:description"
|
<meta property="og:description"
|
||||||
content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
||||||
|
|
BIN
templates/basic/src/public/touch-icon-large.png
Normal file
BIN
templates/basic/src/public/touch-icon-large.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in a new issue