|
1 | 1 | <meta charset="utf-8" /> |
2 | 2 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
3 | 3 | <title> |
4 | | - {% if isHome %}{{ title }}{% else %}{{ title }} — TailwindCSS OpenType{% endif %} |
| 4 | + {% if isHome %}{{ title }}{% else %}{{ title }} — TailwindCSS OpenType{% endif %} |
5 | 5 | </title> |
6 | 6 | <meta |
7 | | - name="description" |
8 | | - content="{{ description }}" |
| 7 | + name="description" |
| 8 | + content="{{ description }}" |
9 | 9 | /> |
10 | 10 |
|
11 | 11 | <link rel="preload" href="/assets/fonts/Inter-roman.var.woff2?v=4.1" as="font" type="font/woff2" crossorigin=""> |
|
18 | 18 | <link class="js-favicon" rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
19 | 19 | <meta name="twitter:card" content="summary_large_image"> |
20 | 20 | <meta name="twitter:title" content="TailwindCSS OpenType"> |
21 | | -<meta name="twitter:description" content="Tailwind CSS utility classes for advanced typographic features."> |
22 | | -<meta name="twitter:image" content="https://tailwindcss-opentype.netlify.app/assets/images/og-image.png"> |
| 21 | +<meta name="twitter:description" content="{% if isHome %}Tailwind CSS utility classes for advanced typographic features.{% else %}{{ description }}{% endif %}"> |
| 22 | +<meta name="twitter:image" content="https://tailwindcss-opentype.netlify.app/assets/images/og-image.png?v4"> |
23 | 23 | <meta name="twitter:image:type" content="image/png"> |
24 | 24 | <meta name="twitter:image:width" content="1200"> |
25 | 25 | <meta name="twitter:image:height" content="630"> |
26 | 26 | <meta property="og:url" content="https://tailwindcss-opentype.netlify.app/"> |
27 | | -<meta property="og:type" content="website"> |
28 | | -<meta property="og:title" content="TailwindCSS OpenType"> |
29 | | -<meta property="og:description" content="Tailwind CSS utility classes for advanced typographic features."> |
30 | | -<meta property="og:image" content="https://tailwindcss-opentype.netlify.app/assets/images/og-image.png"> |
| 27 | +<meta property="og:title" content="{% if isHome %}TailwindCSS OpenType{% else %}{{ title }} — TailwindCSS OpenType{% endif %}"> |
| 28 | +<meta property="og:description" content="{% if isHome %}Tailwind CSS utility classes for advanced typographic features.{% else %}{{ description }}{% endif %}"> |
| 29 | +<meta property="og:image" content="https://tailwindcss-opentype.netlify.app/assets/images/og-image.png?v4"> |
31 | 30 | <meta property="og:image:type" content="image/png"> |
32 | 31 | <meta property="og:image:width" content="1200"> |
33 | 32 | <meta property="og:image:height" content="630"> |
34 | 33 |
|
35 | 34 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-Y5RLKV9QZ6"></script> |
36 | 35 | <script> |
37 | | - window.dataLayer = window.dataLayer || []; |
38 | | - function gtag(){dataLayer.push(arguments);} |
39 | | - gtag('js', new Date()); |
| 36 | + window.dataLayer = window.dataLayer || []; |
| 37 | + function gtag(){dataLayer.push(arguments);} |
| 38 | + gtag('js', new Date()); |
40 | 39 |
|
41 | | - gtag('config', 'G-Y5RLKV9QZ6'); |
| 40 | + gtag('config', 'G-Y5RLKV9QZ6'); |
42 | 41 | </script> |
0 commit comments