File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1212 < meta property ="og:title " content ="{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} ">
1313 < meta property ="og:description " content ="{% if page.description %}{{ page.description }}{% else %}{{ config.site_description }}{% endif %} ">
1414 < meta property ="og:image " content ="{{ config.site_url }}assets/og-image.png ">
15+ < meta property ="og:image:type " content ="image/png ">
1516 < meta property ="og:image:width " content ="1200 ">
1617 < meta property ="og:image:height " content ="630 ">
18+ < meta property ="og:image:alt " content ="{{ config.site_name }} ">
1719 < meta property ="og:site_name " content ="{{ config.site_name }} ">
1820 < meta property ="og:locale " content ="ja_JP ">
1921
2729 < meta name ="twitter:title " content ="{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} ">
2830 < meta name ="twitter:description " content ="{% if page.description %}{{ page.description }}{% else %}{{ config.site_description }}{% endif %} ">
2931 < meta name ="twitter:image " content ="{{ config.site_url }}assets/og-image.png ">
32+ < meta name ="twitter:image:alt " content ="{{ config.site_name }} - {{ config.site_description }} ">
3033
3134 <!-- Additional Meta Tags -->
3235 < link rel ="canonical " href ="{{ config.site_url }}{% if page.url %}{{ page.url }}{% endif %} ">
You can’t perform that action at this time.
0 commit comments