|
16 | 16 | <link rel="shortcut icon" href="/favicon.ico"> |
17 | 17 |
|
18 | 18 | {% if page.og_type %} |
19 | | - <meta property="og:type" content="{{page.og_type}}"> |
| 19 | + <meta property="og:type" content="{{ page.og_type }}"> |
20 | 20 | {% endif %} |
21 | 21 | {% if page.og_title %} |
22 | | - <meta property="og:title" content="{{page.og_title}}"> |
| 22 | + <meta property="og:title" content="{{ page.og_title }}"> |
23 | 23 | {% endif %} |
24 | 24 | {% if page.og_image %} |
25 | | - <meta property="og:image" content="{{page.og_image}}"> |
| 25 | + <meta property="og:image" content="{{ page.og_image }}"> |
26 | 26 | {% endif %} |
27 | 27 | {% if page.og_image_type %} |
28 | | - <meta property="og:image:type" content="{{page.og_image_type}}"> |
| 28 | + <meta property="og:image:type" content="{{ page.og_image_type }}"> |
29 | 29 | {% endif %} |
30 | 30 | {% if page.og_image_width %} |
31 | | - <meta property="og:image:width" content="{{page.og_imagewidth}}"> |
| 31 | + <meta property="og:image:width" content="{{ page.og_imagewidth }}"> |
32 | 32 | {% endif %} |
33 | 33 | {% if page.og_image_height %} |
34 | | - <meta property="og:image:height" content="{{page.og_image_height}}"> |
| 34 | + <meta property="og:image:height" content="{{ page.og_image_height }}"> |
35 | 35 | {% endif %} |
36 | 36 | {% if page.og_description %} |
37 | | - <meta property="og:description" content="{{page.og_description}}"> |
| 37 | + <meta property="og:description" content="{{ page.og_description }}"> |
38 | 38 | {% endif %} |
39 | 39 | {% if page.og_site_name %} |
40 | | - <meta property="og:site_name" content="{{page.og_site_name}}"> |
| 40 | + <meta property="og:site_name" content="{{ page.og_site_name }}"> |
41 | 41 | {% endif %} |
42 | 42 | {% if page.og_type %} |
43 | 43 | <meta name="twitter:card" content="summary"> |
44 | 44 | {% endif %} |
45 | 45 | {% if page.og_title %} |
46 | | - <meta name="twitter:title" content="{{page.og_title}}"> |
| 46 | + <meta name="twitter:title" content="{{ page.og_title }}"> |
47 | 47 | {% endif %} |
48 | 48 | {% if page.og_description %} |
49 | | - <meta name="twitter:description" content="{{page.og_description}}"> |
| 49 | + <meta name="twitter:description" content="{{ page.og_description }}"> |
50 | 50 | {% endif %} |
51 | 51 | {% if page.og_image %} |
52 | | - <meta name="twitter:image" content="{{page.og_image}}"> |
| 52 | + <meta name="twitter:image" content="{{ page.og_image }}"> |
53 | 53 | {% endif %} |
54 | 54 |
|
55 | 55 | <script src="https://kit.fontawesome.com/18f0b9d11e.js" crossorigin="anonymous"></script> |
|
0 commit comments