This repository was archived by the owner on Sep 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1313
1414 < link rel ="stylesheet " href ="/assets/css/pack.css ">
1515
16+ < link rel ="canonical " href ="{{ site.url }}{{ page.url }} ">
1617 < link rel ="apple-touch-icon " href ="/assets/img/favicons/apple-touch-icon.png " sizes ="180x180 ">
1718 < link rel ="icon " href ="/assets/img/favicons/favicon-32x32.png " sizes ="32x32 " type ="image/png ">
1819 < link rel ="icon " href ="/assets/img/favicons/favicon-16x16.png " sizes ="16x16 " type ="image/png ">
2728 < meta property ="og:title " content ="{{ title }} ">
2829 < meta property ="og:type " content ="website ">
2930 < meta property ="og:description " content ="{{ meta_description }} ">
30- {% if page.slug == "home" %}
31- < meta property ="og:url " content ="{{ site.url }}/ ">
32- {% else %}
3331 < meta property ="og:url " content ="{{ site.url }}{{ page.url }} ">
34- {% endif %}
3532 < meta property ="og:image " content ="{{ site.url | replace: 'https://', 'http://' }}/assets/img/logo-256x256.png ">
3633 < meta property ="og:image:secure_url " content ="{{ site.url }}/assets/img/logo-256x256.png ">
3734 < meta property ="og:image:type " content ="image/png ">
You can’t perform that action at this time.
0 commit comments