Skip to content

Commit add4bdd

Browse files
committed
Mirror amends from .com site
1 parent 476954b commit add4bdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/head.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
33
<link rel="preload" href="https://textpattern.com/assets/fonts/pt-serif-v12-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
44
<link rel="preload" href="https://textpattern.com/assets/fonts/pt-serif-v12-latin-700.woff2" as="font" type="font/woff2" crossorigin>
5-
<script>document.documentElement.className='js'</script>
6-
<link rel="stylesheet" href="https://textpattern.com/assets/css/style.css">
5+
<script src="https://textpattern.com/assets/js/detect.js"></script>
6+
<link rel="stylesheet" media="screen"href="https://textpattern.com/assets/css/screen.css">
7+
<link rel="stylesheet" media="print" href="https://textpattern.com/assets/css/print.css">
78
<link rel="icon" href="/favicon.ico">
89
<link rel="icon" href="/icon.svg" type="image/svg+xml">
910
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
1011
<link rel="manifest" href="/site.webmanifest">
1112
<meta name="color-scheme" content="dark light">
1213
<meta name="theme-color" content="#ffda44">
13-
<meta name="author" content="{{ site.author }}">
1414
<meta name="application-name" content="Textpattern CMS Documentation">
1515
<script defer src="https://textpattern.com/assets/js/app.js"></script>

0 commit comments

Comments
 (0)