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 12
12
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
13
13
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
14
14
15
+ < meta property ="og:site_name " content ="{{ site.title }} "/>
16
+ {% if page.title %}< meta property ="og:title " content ="{{ page.title }} "/> {% endif %}
17
+ {% if page.description %}< meta property ="og:description " content ="{{ page.description }} "{% endif %}
18
+
19
+ < meta name ="twitter:card " content ="summary "/>
20
+ < meta name ="twitter:site " content ="@scala_lang "/>
21
+ < meta name ="twitter:creator " content ="@scala_lang "/>
22
+ {% if page.title %}< meta property ="twitter:title " content ="{{ page.title }} "/> {% endif %}
23
+ {% if page.description %}< meta property ="twitter:description " content ="{{ page.description }} "{% endif %}
24
+
15
25
< link rel ="icon " type ="image/png " href ="{{ site.baseurl }}/resources/favicon.ico ">
16
26
< link rel ="shortcut icon " type ="image/png " href ="{{ site.baseurl }}/resources/favicon.ico ">
17
27
< 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