|
2 | 2 | <html lang="en">
|
3 | 3 |
|
4 | 4 | <head>
|
| 5 | + <title>{{ title }}</title> |
| 6 | + <meta name="description" content="{{ description }}"> |
5 | 7 | <meta charset="utf-8" />
|
6 | 8 | <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
7 | | - <title>{{ title }}</title> |
| 9 | + <meta name="HandheldFriendly" content="True" /> |
| 10 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> |
| 11 | + <meta name="theme-color" content="#0297f6"> |
| 12 | + |
8 | 13 | <meta property="og:site_name" content="{{ title }}"/>
|
9 | 14 | <meta property="og:type" content="website"/>
|
10 | 15 | <meta property="og:title" content="{{ title }} - Hackers and Slackers"/>
|
11 | 16 | <meta property="og:description" content="{{ description }}"/>
|
12 | 17 | <meta property="og:url" content="https://plotlydashflask.hackersandslackers.app/"/>
|
| 18 | + <meta property="og:image" content="{{ url_for('static', filename='dist/img/dash@2x.jpg') }}"/> |
| 19 | + <meta property="og:image:width" content="1000"/> |
| 20 | + <meta property="og:image:height" content="523"/> |
| 21 | + <meta property="og:locale" content="en_US"> |
| 22 | + |
13 | 23 | <meta name="twitter:title" content="{{ title }}"/>
|
14 | 24 | <meta name="twitter:description" content="{{ description }}"/>
|
15 | 25 | <meta name="twitter:url" content="https://plotlydashflask.hackersandslackers.app/"/>
|
16 | 26 | <meta name="twitter:site" content="@hackersslackers"/>
|
17 | 27 | <meta name="twitter:creator" content="@toddrbirchard"/>
|
18 | 28 | <meta name="twitter:card" content="summary_large_image"/>
|
19 | | - <meta name="twitter:image" |
20 | | - content=" https://storage.googleapis.com/hackersandslackers-cdn/2018/12/Dash@2x.jpg"/> |
21 | | - <meta property="og:image" content=" https://storage.googleapis.com/hackersandslackers-cdn/2018/12/Dash@2x.jpg"/> |
22 | | - <meta property="og:image:width" content="1000"/> |
23 | | - <meta property="og:image:height" content="523"/> |
24 | | - <meta name="HandheldFriendly" content="True" /> |
25 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> |
| 29 | + <meta name="twitter:image" content="{{ url_for('static', filename='dist/img/dash@2x.jpg') }}"/> |
| 30 | + |
26 | 31 | <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
|
27 | 32 | <link rel="stylesheet" href="{{ url_for('static', filename='dist/css/styles.css') }}" />
|
28 | 33 | <link rel="stylesheet" href="https://use.typekit.net/uqq2lcv.css">
|
|
0 commit comments