File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 25
25
< link rel ="apple-touch-icon " sizes ="152x152 " href ="/apple-touch-icon-152x152.png " />
26
26
< link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon-180x180.png " />
27
27
< link rel ="mask-icon " href ="/assets/images/icon-swift.svg " color ="#F05339 " />
28
- {% if page.atom %}
29
28
< link rel ="alternate " type ="application/atom+xml " title ="Swift.org (Atom Feed) " href ="/atom.xml " />
30
- {% endif %}
31
29
32
30
{% if page.url %}
33
31
< link rel ="canonical " href ="{{ site.url }}{{ page.url }} " />
Original file line number Diff line number Diff line change 111
111
href ="/assets/images/icon-swift.svg "
112
112
color ="#F05339 "
113
113
/>
114
- {% if page.atom %}
115
114
< link
116
115
rel ="alternate "
117
116
type ="application/atom+xml "
118
117
title ="Swift.org (Atom Feed) "
119
118
href ="/atom.xml "
120
119
/>
121
- {% endif %} {% if page.url %}
120
+
121
+ {% if page.url %}
122
122
< link rel ="canonical " href ="{{ site.url }}{{ page.url }} " />
123
123
{% endif %}
124
124
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : new-layouts/base
3
3
title : Swift Programming Language
4
- atom : true
5
4
---
6
5
7
6
<div class =" animation-container " >
You can’t perform that action at this time.
0 commit comments