Skip to content

Commit 6ec1319

Browse files
committed
update the documentation favicons
1 parent 22d2695 commit 6ec1319

32 files changed

+91
-144
lines changed

_includes/header.html

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<!-- end mod -->
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
67

78
<title>
8-
{% if page.title %}
9+
{%- if page.title -%}
910
{{ page.title }} &middot; {{ site.title }}
10-
{% else %}
11+
{%- else -%}
1112
{{ site.title }} &middot; {{ site.description }}
12-
{% endif %}
13+
{%- endif -%}
1314
</title>
1415

1516
<!-- Boosted mod remove social -->
@@ -29,17 +30,10 @@
2930

3031
<!-- Documentation extras -->
3132
{% if page.layout == "docs" %}
32-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
33+
<link href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" rel="stylesheet">
3334
{% endif %}
3435
<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet">
3536

36-
<!-- Favicons -->
37-
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/apple-touch-icon.png">
38-
<link rel="icon" href="{{ site.baseurl }}/favicon.ico">
39-
<link rel="icon" type="image/png" sizes="32x32" href="{{ site.baseurl }}/favicon-32x32.png">
40-
<link rel="icon" type="image/png" sizes="16x16" href="{{ site.baseurl }}/favicon-16x16.png">
41-
<link rel="manifest" href="{{ site.baseurl }}/manifest.json">
42-
<link rel="mask-icon" href="{{ site.baseurl }}/safari-pinned-tab.svg" color="#ff0000">
43-
<meta name="theme-color" content="#000000">
37+
{% include favicons.html %}
4438

4539
<!-- Boosted mod remove tracking -->
4.28 KB
Loading
12.4 KB
Loading
3.48 KB
Loading
3.77 KB
Loading
4.41 KB
Loading
4.6 KB
Loading
5.39 KB
Loading
1.69 KB
Loading
1.77 KB
Loading

0 commit comments

Comments
 (0)