We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c642f5f commit 3389f3dCopy full SHA for 3389f3d
src/theme/index.hbs
@@ -5,7 +5,7 @@
5
<meta charset="UTF-8">
6
<title>{{ title }}</title>
7
{{#if is_print }}
8
- <meta name="robots" content="noindex" />
+ <meta name="robots" content="noindex">
9
{{/if}}
10
{{#if base_url}}
11
<base href="{{ base_url }}">
@@ -17,7 +17,7 @@
17
18
<meta name="description" content="{{ description }}">
19
<meta name="viewport" content="width=device-width, initial-scale=1">
20
- <meta name="theme-color" content="#ffffff" />
+ <meta name="theme-color" content="#ffffff">
21
22
{{#if favicon_svg}}
23
<link rel="icon" href="{{ path_to_root }}favicon.svg">
0 commit comments