|
1 | 1 | <#macro display>
|
| 2 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"> |
2 | 3 | <title>${pageName}</title>
|
3 |
| - <@template_cmd name="pathToRoot"> |
4 |
| - <link href="${pathToRoot}images/logo-icon.svg" rel="icon" type="image/svg"> |
5 |
| - </@template_cmd> |
| 4 | + <!-- Icons --> |
| 5 | + <link rel="icon" type="image/svg" sizes="16x16" href="https://kotlinlang.org/assets/images/favicon.svg?v2"> |
| 6 | + <link rel="icon" type="image/x-icon" sizes="32x32" href="https://kotlinlang.org/assets/images/favicon.ico?v2"> |
| 7 | + <link rel="icon" type="image/png" sizes="96x96" href="https://kotlinlang.org/assets/images/apple-touch-icon.png?v2"> |
| 8 | + <link rel="icon" type="image/png" sizes="300x300" href="https://kotlinlang.org/assets/images/apple-touch-icon-72x72.png?v2"> |
| 9 | + <link rel="icon" type="image/png" sizes="500x500" href="https://kotlinlang.org/assets/images/apple-touch-icon-114x114.png?v2"> |
| 10 | + <meta name="image" content="https://kotlinlang.org/assets/images/open-graph/general.png"> |
| 11 | + <!-- Open Graph --> |
| 12 | + <!-- <meta property="og:title" content="${pageName} | Kotlin"> Kotlin --> |
| 13 | + <!-- <meta property="og:description" content=""> --> |
| 14 | + <meta property="og:image" content="https://kotlinlang.org/assets/images/open-graph/docs.png"> |
| 15 | + <meta property="og:site_name" content="Kotlin Help"> |
| 16 | + <meta property="og:type" content="website"> |
| 17 | + <meta property="og:locale" content="en_US"> |
| 18 | + <!-- <meta property="og:url" content="{}"> --> |
| 19 | + <!-- End Open Graph --> |
| 20 | + <!-- Twitter Card --> |
| 21 | + <meta name="twitter:card" content="summary_large_image"> |
| 22 | + <meta name="twitter:site" content="@kotlin"> |
| 23 | + <!-- <meta name="twitter:title" content="Kotlin Docs | Kotlin"> --> |
| 24 | + <meta name="twitter:description" content=""> |
| 25 | + <meta name="twitter:creator" content="@kotlin"> |
| 26 | + <meta name="twitter:image:src" content="https://kotlinlang.org/assets/images/open-graph/docs.png"> |
| 27 | + <!-- End Twitter Card --> |
6 | 28 | </#macro>
|
0 commit comments