File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width ">
66 < meta name ="description " content ="{{ site.description }} ">
77 < link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
8+ {% include og.html %}
89
910 < link rel ="icon " type ="image/x-icon " href ="/img/favicon.ico ">
1011
Original file line number Diff line number Diff line change 1+ < meta property ="og:type " content ="website " />
2+ < meta property ="og:title " content ="{{ site.title }} " />
3+ < meta property ="og:url " content ="{{ site.url }} " />
4+ < meta property ="og:image:url " content ="{{ site.url }}{% link img/logos/pythonfrederick.jpg %} " />
5+ < meta property ="og:image:width " content ="600 " />
6+ < meta property ="og:image:height " content ="596 " />
7+ < meta property ="og:description " content ="{{ site.description }} " />
You can’t perform that action at this time.
0 commit comments