Skip to content

Commit 0b95ce1

Browse files
committed
Merge branch 'master' into self-hosted
2 parents eff05a5 + 7bffd1d commit 0b95ce1

29 files changed

+25
-66
lines changed

_includes/footer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ <h4 class="accessibility">Host details</h4>
6060
</p>
6161
</footer>
6262
</div>
63-
<script async src="https://textpattern.com/assets/js/app.js"></script>
6463
<noscript>JavaScript is currently disabled in your browser - activate it for the best experience.</noscript>

_includes/head.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
<meta charset="utf-8">
2+
<script async src="https://textpattern.com/assets/js/hi.js"></script>
13
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
2-
<link rel="preload" href="https://textpattern.com/assets/fonts/pt-serif-v11-latin-ext-regular.woff2" as="font" type="font/woff2" crossorigin>
3-
<link rel="preload" href="https://textpattern.com/assets/fonts/pt-serif-v11-latin-ext-700.woff2" as="font" type="font/woff2" crossorigin>
4+
<link rel="preload" href="https://textpattern.com/assets/fonts/pt-serif-v12-latin-ext-regular.woff2" as="font" type="font/woff2" crossorigin>
5+
<link rel="preload" href="https://textpattern.com/assets/fonts/pt-serif-v12-latin-ext-italic.woff2" as="font" type="font/woff2" crossorigin>
6+
<link rel="preload" href="https://textpattern.com/assets/fonts/pt-serif-v12-latin-ext-700.woff2" as="font" type="font/woff2" crossorigin>
7+
<link rel="preload" href="https://textpattern.com/assets/fonts/pt-serif-v12-latin-ext-700italic.woff2" as="font" type="font/woff2" crossorigin>
48
<link rel="stylesheet" href="https://textpattern.com/assets/css/style.css">
9+
<link rel="icon" href="/favicon.ico">
10+
<link rel="icon" href="/icon.svg" type="image/svg+xml">
11+
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
512
<link rel="manifest" href="/site.webmanifest">
6-
<link rel="icon" sizes="32x32" href="/favicon-32x32.png">
7-
<link rel="icon" sizes="16x16" href="/favicon-16x16.png">
813
<meta name="color-scheme" content="dark light">
914
<meta name="author" content="{{ site.author }}">
1015
<meta name="application-name" content="Textpattern CMS Documentation">
11-
<meta name="referrer" content="no-referrer-when-downgrade">
16+
<script defer src="https://textpattern.com/assets/js/app.js"></script>

_layouts/404page.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
5-
<title>{{ page.title }} / Textpattern CMS user documentation</title>
64
{% include head.html %}
5+
<title>{{ page.title }} / Textpattern CMS user documentation</title>
76
<meta name="robots" content="none">
87
</head>
98

_layouts/collection.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
5-
<title>{{ page.title }} / Textpattern CMS user documentation</title>
64
{% include head.html %}
5+
<title>{{ page.title }} / Textpattern CMS user documentation</title>
76
<meta name="robots" content="index, follow">
87
<meta name="twitter:card" content="summary">
98
<meta name="twitter:site" content="@textpattern">

_layouts/default.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
5-
<title>{{ page.title }}</title>
64
{% include head.html %}
7-
<link rel="preload" href="https://textpattern.com/assets/img/com/index-docs.png" as="image">
5+
<title>{{ page.title }}</title>
86
<meta name="robots" content="index, follow">
97
<meta name="twitter:card" content="summary">
108
<meta name="twitter:site" content="@textpattern">

_layouts/document.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
5-
<title>{{ page.title }} / Textpattern CMS user documentation</title>
64
{% include head.html %}
5+
<title>{{ page.title }} / Textpattern CMS user documentation</title>
76
<meta name="robots" content="index, follow">
87
<meta name="twitter:card" content="summary">
98
<meta name="twitter:site" content="@textpattern">

_layouts/landing.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
5-
<title>{{ page.title }} / Textpattern CMS user documentation</title>
64
{% include head.html %}
5+
<title>{{ page.title }} / Textpattern CMS user documentation</title>
76
<meta name="robots" content="index, follow">
87
<meta name="twitter:card" content="summary">
98
<meta name="twitter:site" content="@textpattern">

_layouts/search.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en-GB-oxendict">
33
<head>
4-
<meta charset="utf-8">
5-
<title>{{ page.title }} / Textpattern CMS user documentation</title>
64
{% include head.html %}
5+
<title>{{ page.title }} / Textpattern CMS user documentation</title>
76
<meta name="robots" content="none">
87
</head>
98

apple-touch-icon-120x120.png

-2.31 KB
Binary file not shown.

apple-touch-icon-152x152.png

-2.96 KB
Binary file not shown.

0 commit comments

Comments
 (0)