File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 8
8
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
9
9
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
10
10
11
+ < meta property ="og:site_name " content ="{{ site.title }} "/>
12
+ {% if page.title %}< meta property ="og:title " content ="{{ page.title }} "/> {% endif %}
13
+ {% if page.description %}< meta property ="og:description " content ="{{ page.description }} "{% endif %}
14
+
15
+ < meta name ="twitter:card " content ="summary "/>
16
+ < meta name ="twitter:site " content ="@scala_lang "/>
17
+ < meta name ="twitter:creator " content ="@scala_lang "/>
18
+ {% if page.title %}< meta property ="twitter:title " content ="{{ page.title }} "/> {% endif %}
19
+ {% if page.description %}< meta property ="twitter:description " content ="{{ page.description }} "{% endif %}
20
+
11
21
< link rel ="icon " type ="image/png " href ="{{ site.baseurl }}/resources/favicon.ico ">
12
22
< link rel ="shortcut icon " type ="image/png " href ="{{ site.baseurl }}/resources/favicon.ico ">
13
23
< link rel ="apple-touch-icon " sizes ="180x180 " href ="{{ site.baseurl }}/resources/apple-touch-icon.png ">
You can’t perform that action at this time.
0 commit comments