Skip to content

Commit 0583119

Browse files
authored
Merge pull request #2197 from dluschan/patch-1
Update index.hbs
2 parents c642f5f + 3389f3d commit 0583119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<title>{{ title }}</title>
77
{{#if is_print }}
8-
<meta name="robots" content="noindex" />
8+
<meta name="robots" content="noindex">
99
{{/if}}
1010
{{#if base_url}}
1111
<base href="{{ base_url }}">
@@ -17,7 +17,7 @@
1717

1818
<meta name="description" content="{{ description }}">
1919
<meta name="viewport" content="width=device-width, initial-scale=1">
20-
<meta name="theme-color" content="#ffffff" />
20+
<meta name="theme-color" content="#ffffff">
2121

2222
{{#if favicon_svg}}
2323
<link rel="icon" href="{{ path_to_root }}favicon.svg">

0 commit comments

Comments
 (0)