pxt-calliope/docfiles/meta.html
Matthias L. Jugel b028b1df5b Auto-push
2017-08-19 17:16:35 +02:00

21 lines
881 B
HTML

<!-- This file is typically overriden by the target, with own Twitter
account etc. Most data is taken from the theme file though.
-->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@twitter@" />
<meta name="twitter:title" content="@name@" />
<meta name="twitter:description" content="@description@" />
<meta name="twitter:image" content="@cardLogo@" />
<meta property="og:title" content="@name@" />
<meta property="og:site_name" content="PXT" />
<meta property="og:type" content="website" />
<meta property="og:description" content="@description@" />
<meta property="fb:app_id" content="" />
<meta property="og:image" content="@cardLogo@" />
<link rel="apple-touch-icon" href="@appLogo@">
<link rel="icon" type="image/png" href="@appLogo@">
<link rel="shortcut icon" href="@appLogo@">
<meta name="theme-color" content="@accentColor@">