|
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
6 | 6 | <title>{{ page.title }} | {{ site.title }}</title> |
7 | | - <link rel="manifest" href="{{ manifest.json | relative_url }}"> |
8 | | - <link rel="icon" sizes="192x192" href="{{ favicon-192x192.png | relative_url }}"> |
9 | | - <link rel="apple-touch-icon" href="{{ apple-touch-icon.png | relative_url }}"> |
10 | | - <link rel="shortcut icon" href="{{ favicon.ico | relative_url }}"> |
11 | | - <meta name="msapplication-square150x150logo" content="{{ ms-icon-150x150.png | absolute_url }}"> |
12 | | - <meta name="msapplication-config" content="{{ browserconfig.xml | absolute_url }}"> |
| 7 | + <link rel="manifest" href="{{ 'manifest.json' | relative_url }}"> |
| 8 | + <link rel="icon" sizes="192x192" href="{{ 'favicon-192x192.png' | relative_url }}"> |
| 9 | + <link rel="apple-touch-icon" href="{{ 'apple-touch-icon.png' | relative_url }}"> |
| 10 | + <link rel="shortcut icon" href="{{ 'favicon.ico' | relative_url }}"> |
| 11 | + <meta name="msapplication-square150x150logo" content="{{ 'ms-icon-150x150.png' | absolute_url }}"> |
| 12 | + <meta name="msapplication-config" content="{{ 'browserconfig.xml' | absolute_url }}"> |
13 | 13 | <meta name="msapplication-TileColor" content="#F99D25"> |
14 | 14 | <meta name="theme-color" content="#F99D25"> |
15 | 15 | <link rel="stylesheet" href="//cdn.usebootstrap.com/bootstrap/4.3.1/css/bootstrap.min.css" /> |
16 | 16 | <link rel="stylesheet" href="//kit-free.fontawesome.com/releases/latest/css/free.min.css" media="all" /> |
17 | 17 | <link rel="stylesheet" href="//kit-free.fontawesome.com/releases/latest/css/free-v4-shims.min.css" media="all" /> |
18 | | - <link rel="stylesheet" href="{{ Content/style.css | relative_url }}" /> |
19 | | - <link rel="stylesheet" href="{{ Content/pygment_trac.min.css | relative_url }}" /> |
| 18 | + <link rel="stylesheet" href="{{ 'Content/style.css' | relative_url }}" /> |
| 19 | + <link rel="stylesheet" href="{{ 'Content/pygment_trac.min.css' | relative_url }}" /> |
20 | 20 | <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> |
21 | 21 | <meta name="description" content="{{ site.description }}" /> |
22 | 22 | <meta property="og:title" content="{{ page.title }}"> |
23 | 23 | <meta property="og:description" content="{{ page.summary }}"> |
24 | | - <meta property="og:image" content="{{ favicon.ico | absolute_url }}"> |
| 24 | + <meta property="og:image" content="{{ 'favicon-512x512.png' | absolute_url }}"> |
25 | 25 | <meta property="og:url" content="{{ page.url | absolute_url }}"> |
26 | 26 | <meta property="og:site_name" content="Community for F#"> |
| 27 | + <meta property="twitter:card" content="summary_large_image"> |
| 28 | + <meta property="twitter:site" content="@c4fsharp"> |
| 29 | + <meta property="twitter:creator" content="@panesofglass"> |
| 30 | + <meta property="twitter:title" content="{{ page.title }}"> |
| 31 | + <meta property="twitter:description" content="{{ page.summary }}"> |
| 32 | + <meta property="twitter:image" content="{{ 'favicon-512x512.png' | absolute_url }}"> |
27 | 33 | <script> |
28 | 34 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
29 | 35 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
0 commit comments