File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
< head >
5
5
< meta charset ="utf-8 " />
6
- < title > {{ site .title }} - {{ page .title | escape }}</ title >
6
+ < title > {{ page .title | escape }} | {{ site .title }}</ title >
7
7
{% if jekyll.environment == 'stage' %}
8
8
< meta name ="robots " content ="noindex " />
9
9
{% endif %}
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < title > {{ site.title }} - {{ page.title | escape }}</ title >
5
+ < title >
6
+ {% if page.url == "/" %} {{ page.title | escape }} {% else %} {{
7
+ page.title | escape }} | {{ site.title }} {% endif %}
8
+ </ title >
6
9
{% if jekyll.environment == 'stage' %}
7
10
< meta name ="robots " content ="noindex " />
8
11
{% endif %}
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : new-layouts/base
3
- title : Welcome to Swift.org
3
+ title : Swift Programming Language
4
4
atom : true
5
5
---
6
6
You can’t perform that action at this time.
0 commit comments