@@ -9,7 +9,7 @@ <h3 class="h5">
9
9
{% assign color = badge_data[0] %}
10
10
{% assign text = badge_data[1] %}
11
11
{% assign tooltip = badge_data[2] | default: false %}
12
- {% assign help_icon = '< em class ="far fa-question-circle "> </ em > ' %}
12
+ {% assign help_icon = '< i class ="far fa-question-circle "> </ i > ' %}
13
13
< span
14
14
class ="badge badge-{{color}} "
15
15
{% if tooltip %}
@@ -78,15 +78,15 @@ <h3 class="h5">
78
78
href ="{{include.website}} "
79
79
rel ="noopener "
80
80
class ="btn btn-primary mt-1 mr-1 ">
81
- < em class ="fas fa-external-link-alt fa-fw "> </ em >
81
+ < i class ="fas fa-external-link-alt fa-fw "> </ i >
82
82
Website
83
83
</ a >
84
84
{% if include.privacy-policy %}
85
85
< a
86
86
href ="{{include.privacy-policy}} "
87
87
rel ="noopener "
88
88
class ="btn btn-warning mt-1 mr-1 ">
89
- < em class ="fas fa-book fa-fw "> </ em >
89
+ < i class ="fas fa-book fa-fw "> </ i >
90
90
Privacy Policy
91
91
</ a >
92
92
{% endif %}
@@ -95,7 +95,7 @@ <h3 class="h5">
95
95
href ="{{include.forum}} "
96
96
rel ="noopener "
97
97
class ="btn btn-success mt-1 mr-1 ">
98
- < em class ="fab fa-discourse fa-fw "> </ em >
98
+ < i class ="fab fa-discourse fa-fw "> </ i >
99
99
Forum
100
100
</ a >
101
101
{% endif %}
@@ -127,170 +127,170 @@ <h3 class="h5">
127
127
{% if include.windows %}
128
128
{% if include.windows != "" %}
129
129
< a href ="{{ include.windows }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
130
- < em class ="fab fa-windows fa-2x fa-fw d-inline pr-1 "> </ em >
130
+ < i class ="fab fa-windows fa-2x fa-fw d-inline pr-1 "> </ i >
131
131
</ a >
132
132
{% else %}
133
- < em class ="fab fa-windows fa-2x fa-fw d-inline pr-1 "> </ em >
133
+ < i class ="fab fa-windows fa-2x fa-fw d-inline pr-1 "> </ i >
134
134
{% endif %}
135
135
{% endif %}
136
136
137
137
{% if include.mac %}
138
138
{% if include.mac != "" %}
139
139
< a href ="{{ include.mac }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
140
- < em class ="ptio-macos fa-2x fa-fw d-inline pr-1 "> </ em >
140
+ < i class ="ptio-macos fa-2x fa-fw d-inline pr-1 "> </ i >
141
141
</ a >
142
142
{% else %}
143
- < em class ="ptio-macos fa-2x fa-fw d-inline pr-1 "> </ em >
143
+ < i class ="ptio-macos fa-2x fa-fw d-inline pr-1 "> </ i >
144
144
{% endif %}
145
145
{% endif %}
146
146
147
147
{% if include.linux %}
148
148
{% if include.linux != "" %}
149
149
< a href ="{{ include.linux }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
150
- < em class ="ptio-linux fa-2x fa-fw d-inline pr-1 "> </ em >
150
+ < i class ="ptio-linux fa-2x fa-fw d-inline pr-1 "> </ i >
151
151
</ a >
152
152
{% else %}
153
- < em class ="ptio-linux fa-2x fa-fw d-inline pr-1 "> </ em >
153
+ < i class ="ptio-linux fa-2x fa-fw d-inline pr-1 "> </ i >
154
154
{% endif %}
155
155
{% endif %}
156
156
157
157
{% if include.freebsd %}
158
158
{% if include.freebsd != "" %}
159
159
< a href ="{{ include.freebsd }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
160
- < em class ="fab fa-freebsd fa-2x fa-fw d-inline pr-1 "> </ em >
160
+ < i class ="fab fa-freebsd fa-2x fa-fw d-inline pr-1 "> </ i >
161
161
</ a >
162
162
{% else %}
163
- < em class ="fab fa-freebsd fa-2x fa-fw d-inline pr-1 "> </ em >
163
+ < i class ="fab fa-freebsd fa-2x fa-fw d-inline pr-1 "> </ i >
164
164
{% endif %}
165
165
{% endif %}
166
166
167
167
{% if include.openbsd %}
168
168
{% if include.openbsd != "" %}
169
169
< a href ="{{ include.openbsd }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
170
- < em class ="ptio-openbsd fa-2x fa-fw d-inline pr-1 "> </ em >
170
+ < i class ="ptio-openbsd fa-2x fa-fw d-inline pr-1 "> </ i >
171
171
</ a >
172
172
{% else %}
173
- < em class ="ptio-openbsd fa-2x fa-fw d-inline pr-1 "> </ em >
173
+ < i class ="ptio-openbsd fa-2x fa-fw d-inline pr-1 "> </ i >
174
174
{% endif %}
175
175
{% endif %}
176
176
177
177
{% if include.netbsd %}
178
178
{% if include.netbsd != "" %}
179
179
< a href ="{{ include.netbsd }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
180
- < em class ="ptio-netbsd fa-2x fa-fw d-inline pr-1 "> </ em >
180
+ < i class ="ptio-netbsd fa-2x fa-fw d-inline pr-1 "> </ i >
181
181
</ a >
182
182
{% else %}
183
- < em class ="ptio-netbsd fa-2x fa-fw d-inline pr-1 "> </ em >
183
+ < i class ="ptio-netbsd fa-2x fa-fw d-inline pr-1 "> </ i >
184
184
{% endif %}
185
185
{% endif %}
186
186
187
187
{% if include.firefox %}
188
188
{% if include.firefox != "" %}
189
189
< a href ="{{ include.firefox }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
190
- < em class ="fab fa-firefox fa-2x fa-fw d-inline pr-1 "> </ em >
190
+ < i class ="fab fa-firefox fa-2x fa-fw d-inline pr-1 "> </ i >
191
191
</ a >
192
192
{% else %}
193
- < em class ="fab fa-firefox fa-2x fa-fw d-inline pr-1 "> </ em >
193
+ < i class ="fab fa-firefox fa-2x fa-fw d-inline pr-1 "> </ i >
194
194
{% endif %}
195
195
{% endif %}
196
196
197
197
{% if include.chrome %}
198
198
{% if include.chrome != "" %}
199
199
< a href ="{{ include.chrome }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
200
- < em class ="fab fa-chrome fa-2x fa-fw d-inline pr-1 "> </ em >
200
+ < i class ="fab fa-chrome fa-2x fa-fw d-inline pr-1 "> </ i >
201
201
</ a >
202
202
{% else %}
203
- < em class ="fab fa-chrome fa-2x fa-fw d-inline pr-1 "> </ em >
203
+ < i class ="fab fa-chrome fa-2x fa-fw d-inline pr-1 "> </ i >
204
204
{% endif %}
205
205
{% endif %}
206
206
207
207
{% if include.safari %}
208
208
{% if include.safari != "" %}
209
209
< a href ="{{ include.safari }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
210
- < em class ="fab fa-safari fa-2x fa-fw d-inline pr-1 "> </ em >
210
+ < i class ="fab fa-safari fa-2x fa-fw d-inline pr-1 "> </ i >
211
211
</ a >
212
212
{% else %}
213
- < em class ="fab fa-safari fa-2x fa-fw d-inline pr-1 "> </ em >
213
+ < i class ="fab fa-safari fa-2x fa-fw d-inline pr-1 "> </ i >
214
214
{% endif %}
215
215
{% endif %}
216
216
217
217
{% if include.opera %}
218
218
{% if include.opera != "" %}
219
219
< a href ="{{ include.opera }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
220
- < em class ="fab fa-opera fa-2x fa-fw d-inline pr-1 "> </ em >
220
+ < i class ="fab fa-opera fa-2x fa-fw d-inline pr-1 "> </ i >
221
221
</ a >
222
222
{% else %}
223
- < em class ="fab fa-opera fa-2x fa-fw d-inline pr-1 "> </ em >
223
+ < i class ="fab fa-opera fa-2x fa-fw d-inline pr-1 "> </ i >
224
224
{% endif %}
225
225
{% endif %}
226
226
227
227
{% if include.edge %}
228
228
{% if include.edge != "" %}
229
229
< a href ="{{ include.edge }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
230
- < em class ="fab fa-edge fa-2x fa-fw d-inline pr-1 "> </ em >
230
+ < i class ="fab fa-edge fa-2x fa-fw d-inline pr-1 "> </ i >
231
231
</ a >
232
232
{% else %}
233
- < em class ="fab fa-edge fa-2x fa-fw d-inline pr-1 "> </ em >
233
+ < i class ="fab fa-edge fa-2x fa-fw d-inline pr-1 "> </ i >
234
234
{% endif %}
235
235
{% endif %}
236
236
237
237
{% if include.fdroid %}
238
238
{% if include.fdroid != "" %}
239
239
< a href ="{{ include.fdroid }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
240
- < em class ="ptio-f-droid fa-2x fa-fw d-inline pr-1 "> </ em >
240
+ < i class ="ptio-f-droid fa-2x fa-fw d-inline pr-1 "> </ i >
241
241
</ a >
242
242
{% else %}
243
- < em class ="ptio-f-droid fa-2x fa-fw d-inline pr-1 "> </ em >
243
+ < i class ="ptio-f-droid fa-2x fa-fw d-inline pr-1 "> </ i >
244
244
{% endif %}
245
245
{% endif %}
246
246
247
247
{% if include.googleplay %}
248
248
{% if include.googleplay != "" %}
249
249
< a href ="{{ include.googleplay }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
250
- < em class ="fab fa-google-play fa-2x fa-fw d-inline pr-1 "> </ em >
250
+ < i class ="fab fa-google-play fa-2x fa-fw d-inline pr-1 "> </ i >
251
251
</ a >
252
252
{% else %}
253
- < em class ="fab fa-google-play fa-2x fa-fw d-inline pr-1 "> </ em >
253
+ < i class ="fab fa-google-play fa-2x fa-fw d-inline pr-1 "> </ i >
254
254
{% endif %}
255
255
{% endif %}
256
256
257
257
{% if include.android %}
258
258
{% if include.android != "" %}
259
259
< a href ="{{ include.android }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
260
- < em class ="fab fa-android fa-2x fa-fw d-inline pr-1 "> </ em >
260
+ < i class ="fab fa-android fa-2x fa-fw d-inline pr-1 "> </ i >
261
261
</ a >
262
262
{% else %}
263
- < em class ="fab fa-android fa-2x fa-fw d-inline pr-1 "> </ em >
263
+ < i class ="fab fa-android fa-2x fa-fw d-inline pr-1 "> </ i >
264
264
{% endif %}
265
265
{% endif %}
266
266
267
267
{% if include.ios %}
268
268
{% if include.ios != "" %}
269
269
< a href ="{{ include.ios }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
270
- < em class ="ptio-ios fa-2x fa-fw d-inline pr-1 "> </ em >
270
+ < i class ="ptio-ios fa-2x fa-fw d-inline pr-1 "> </ i >
271
271
</ a >
272
272
{% else %}
273
- < em class ="ptio-ios fa-2x fa-fw d-inline pr-1 "> </ em >
273
+ < i class ="ptio-ios fa-2x fa-fw d-inline pr-1 "> </ i >
274
274
{% endif %}
275
275
{% endif %}
276
276
277
277
{% if include.sailfish %}
278
278
{% if include.sailfish != "" %}
279
279
< a href ="{{ include.sailfish }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
280
- < em class ="ptio-sailfish-os fa-2x fa-fw d-inline pr-1 "> </ em >
280
+ < i class ="ptio-sailfish-os fa-2x fa-fw d-inline pr-1 "> </ i >
281
281
</ a >
282
282
{% else %}
283
- < em class ="ptio-sailfish-os fa-2x fa-fw d-inline pr-1 "> </ em >
283
+ < i class ="ptio-sailfish-os fa-2x fa-fw d-inline pr-1 "> </ i >
284
284
{% endif %}
285
285
{% endif %}
286
286
287
287
{% if include.web %}
288
288
{% if include.web != "" %}
289
289
< a href ="{{ include.web }} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
290
- < em class ="fas fa-globe-americas fa-2x fa-fw d-inline pr-1 "> </ em >
290
+ < i class ="fas fa-globe-americas fa-2x fa-fw d-inline pr-1 "> </ i >
291
291
</ a >
292
292
{% else %}
293
- < em class ="fas fa-globe-americas fa-2x fa-fw d-inline pr-1 "> </ em >
293
+ < i class ="fas fa-globe-americas fa-2x fa-fw d-inline pr-1 "> </ i >
294
294
{% endif %}
295
295
{% endif %}
296
296
@@ -300,25 +300,25 @@ <h3 class="h5">
300
300
301
301
{% if include.github %}
302
302
< a href ="{{include.github}} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
303
- < em class ="fab fa-github fa-2x fa-fw d-inline "> </ em >
303
+ < i class ="fab fa-github fa-2x fa-fw d-inline "> </ i >
304
304
</ a >
305
305
{% endif %}
306
306
307
307
{% if include.gitlab %}
308
308
< a href ="{{include.gitlab}} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
309
- < em class ="fab fa-gitlab fa-2x fa-fw d-inline "> </ em >
309
+ < i class ="fab fa-gitlab fa-2x fa-fw d-inline "> </ i >
310
310
</ a >
311
311
{% endif %}
312
312
313
313
{% if include.git %}
314
314
< a href ="{{include.git}} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
315
- < em class ="fab fa-git-square fa-2x fa-fw d-inline "> </ em >
315
+ < i class ="fab fa-git-square fa-2x fa-fw d-inline "> </ i >
316
316
</ a >
317
317
{% endif %}
318
318
319
319
{% if include.source %}
320
320
< a href ="{{include.source}} " rel ="noopener " class ="text-decoration-none hover-text-decoration-none ">
321
- < em class ="fas fa-code-branch fa-2x fa-fw d-inline "> </ em >
321
+ < i class ="fas fa-code-branch fa-2x fa-fw d-inline "> </ i >
322
322
</ a >
323
323
{% endif %}
324
324
0 commit comments