5
5
6
6
< title > {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</ title >
7
7
< meta name ="description " content ="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }} ">
8
+ < meta name ="theme-color " content ="#eef2f5 ">
9
+
10
+ <!-- Schema.org markup for Google+ -->
11
+ < meta itemprop ="name " content ="{{ site.title }} ">
12
+ < meta itemprop ="description " content ="{{ site.description }} ">
13
+ < meta itemprop ="image " content ="{{ site.url }}/assets/images/market.png ">
14
+
15
+ <!-- Twitter Card data -->
16
+ < meta name ="twitter:card " content ="summary_large_image ">
17
+ < meta name ="twitter:site " content ="{{ site.twitter_username }} ">
18
+ < meta name ="twitter:title " content ="{{ site.title }} ">
19
+ < meta name ="twitter:description " content ="{{ site.description }} ">
20
+ < meta name ="twitter:creator " content ="{{ site.twitter_username }} ">
21
+ <!-- Twitter summary card with large image must be at least 280x150px -->
22
+ < meta name ="twitter:image " content ="{{ site.url }}/assets/images/market.png ">
23
+ < meta name ="twitter:image:alt " content ="{{ site.description }} ">
24
+
25
+ <!-- Open Graph data -->
26
+ < meta property ="og:title " content ="{{ site.title }} " />
27
+ < meta property ="og:type " content ="website " />
28
+ < meta property ="og:url " content ="{{ site.url }} " />
29
+ < meta property ="og:image " content ="{{ site.url }}/assets/images/market.png " />
30
+ < meta property ="og:description " content ="{{ site.description }} " />
31
+ < meta property ="fb:admins " content ="1518546144 " />
8
32
9
33
< link rel ="stylesheet " href ="{{ "/assets/styles/main.css" | relative_url }}">
10
34
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | absolute_url }} ">
11
35
< link rel ="alternate " type ="application/rss+xml " title ="{{ site.title | escape }} " href ="{{ " /feed.xml
12
36
" | relative_url }}"> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %}
13
37
< link rel ="manifest " href ="/assets/manifest.json ">
14
- < link rel ="icon " href ="{{ "/assets/favicon.ico" | relative_url }}">
38
+ < link rel ="icon " href ="{{ " /assets/favicon.ico " | relative_url }}">
15
39
</ head >
0 commit comments