File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717
1818 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1919
20- < link rel ="preconnect " href ="https://fonts.googleapis.com ">
21- < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
22-
2320 {% capture homepage_path %}/{{ page.lang }}/{% endcapture %}
2421 {% if page.url == homepage_path %}
2522 {% assign meta_description = "A Programmer's Best Friend" %}
4340
4441 < meta name ="description " content ="{{ meta_description }} ">
4542
43+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
44+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
45+
4646 <!-- Open Graph / Facebook -->
4747 < meta property ="og:type " content ="website ">
4848 < meta property ="og:url " content ="{{ site.url }}{{ page.url | replace: 'index.html', '' }} ">
Original file line number Diff line number Diff line change 1212
1313 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1414
15- < link rel ="preconnect " href ="https://fonts.googleapis.com ">
16- < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
17-
1815 {% assign meta_description = "A Programmer's Best Friend" %}
1916 {% assign meta_title = page.title | default: "Ruby Programming Language" %}
2017
2118 < meta name ="description " content ="{{ meta_description }} ">
2219
20+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
21+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
22+
2323 <!-- Open Graph / Facebook -->
2424 < meta property ="og:type " content ="website ">
2525 < meta property ="og:url " content ="{{ site.url }}{{ page.url | replace: 'index.html', '' }} ">
You can’t perform that action at this time.
0 commit comments