docs meta tags
This commit is contained in:
parent
a1b6fee54e
commit
0c99151586
@ -9,10 +9,15 @@ function injectIntoTemplate(name: string, rendered: string): string {
|
||||
"<html>",
|
||||
"<head>",
|
||||
[
|
||||
`<title>${name}</title>`,
|
||||
'<script src="headers.js" defer></script>',
|
||||
`<title>Docs: ${name}</title>`,
|
||||
'<script src="./headers.js" defer></script>',
|
||||
'<link rel="shortcut icon" href="/favicon.ico">',
|
||||
'<meta charset="UTF-8">',
|
||||
'<meta name="viewport" content="width=device-width, initial-scale=1.0">',
|
||||
'<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">',
|
||||
'<meta name="color-scheme" content="dark">',
|
||||
'<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/base16/gruvbox-dark-hard.css">',
|
||||
'<link rel="stylesheet" href="style.css">',
|
||||
'<link rel="stylesheet" href="./style.css">',
|
||||
],
|
||||
"</head>",
|
||||
"<body>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user