File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818 < meta property ="og:description " content ="{{page.description}} ">
1919 < meta property ="og:url " content ="https://dojocon2018.coderdojo.jp{{ page.url }} ">
2020 < meta property ="og:site_name " content ="DojoCon Japan 2018 ">
21- < meta property ="og:image " content ="https://dojocon2018.coderdojo.jp/img/og_image_1200x630.png ">
22- < meta property ="og:image:secure_url " content ="https://dojocon2018.coderdojo.jp/img/og_image_1200x630.png ">
21+ < meta property ="og:image " content ="{% include ogpimg-url.html %} ">
22+ < meta property ="og:image:secure_url " content ="{% include ogpimg-url.html %} ">
2323 < meta name ="twitter:card " content ="summary_large_image ">
2424 < meta name ="twitter:description " content ="{{page.description}} ">
2525 < meta name ="twitter:title " content ="{{ page.j-title }} - {{ page.title }} | DojoCon Japan 2018 ">
2626 < meta name ="twitter:site " content ="@DojoConJapan ">
27- < meta name ="twitter:image " content ="https://dojocon2018.coderdojo.jp/img/og_image_1200x630.png ">
27+ < meta name ="twitter:image " content ="{% include ogpimg-url.html %} ">
2828 < link rel ="icon " href ="/img/cropped-favicon-32x32.png " sizes ="32x32 ">
2929 < link rel ="icon " href ="/img/cropped-favicon-192x192.png " sizes ="192x192 ">
3030 < link rel ="/img/cropped-favicon-180x180.png ">
Original file line number Diff line number Diff line change 1+ {% if page.thumbnail %}{{ site.url }}/img/{{ page.thumbnail }}{% else %}https://dojocon2018.coderdojo.jp/img/og_image_1200x630.png{% endif %}
You can’t perform that action at this time.
0 commit comments