|
1 | 1 | {# Description no longer than 155 characters #} |
2 | | -<meta name="description" content="{{ description }}"> |
| 2 | +<meta name="description" content="{{ description }}"/> |
3 | 3 | <!-- Twitter Card data --> |
4 | | -<meta name="twitter:card" content="{{ twitter_summary }}"> |
5 | | -<meta name="twitter:site" content="{{ twitter_publisher }}"> |
6 | | -<meta name="twitter:title" content="{{ twitter_title }}"> |
7 | | -<meta name="twitter:description" content="{{ twitter_description }}"> |
8 | | -<meta name="twitter:creator" content="{{ twitter_author }}"> |
| 4 | +<meta name="twitter:card" content="{{ twitter_summary }}"/> |
| 5 | +<meta name="twitter:site" content="{{ twitter_publisher }}"/> |
| 6 | +<meta name="twitter:title" content="{{ twitter_title }}"/> |
| 7 | +<meta name="twitter:description" content="{{ twitter_description }}"/> |
| 8 | +<meta name="twitter:creator" content="{{ twitter_author }}"/> |
9 | 9 | {# Twitter Summary card images must be at least 120x120px #} |
10 | | -<meta name="twitter:image" content="{{ twitter_image }}"> |
| 10 | +<meta name="twitter:image" content="{{ twitter_image }}"/> |
11 | 11 |
|
12 | 12 | <!-- Open Graph data --> |
13 | | -<meta property="og:title" content="{{ og_title }}"> |
14 | | -<meta property="og:type" content="article"> |
15 | | -<meta property="og:url" content="{{ og_url }}"> |
16 | | -<meta property="og:image" content="{{ og_image }}"> |
17 | | -<meta property="og:description" content="{{ og_description }}"> |
18 | | -<meta property="og:site_name" content="{{ og_sitename }}"> |
19 | | -<meta property="fb:admins" content="{{ fb_admins }}"> |
| 13 | +<meta property="og:title" content="{{ og_title }}"/> |
| 14 | +<meta property="og:type" content="article"/> |
| 15 | +<meta property="og:url" content="{{ og_url }}"/> |
| 16 | +<meta property="og:image" content="{{ og_image }}"/> |
| 17 | +<meta property="og:description" content="{{ og_description }}"/> |
| 18 | +<meta property="og:site_name" content="{{ og_sitename }}"/> |
| 19 | +<meta property="fb:admins" content="{{ fb_admins }}"/> |
0 commit comments