Skip to content

Commit

Permalink
Update index.hbs
Browse files Browse the repository at this point in the history
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
  • Loading branch information
dluschan authored Sep 19, 2023
1 parent c642f5f commit 3389f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title>{{ title }}</title>
{{#if is_print }}
<meta name="robots" content="noindex" />
<meta name="robots" content="noindex">
{{/if}}
{{#if base_url}}
<base href="{{ base_url }}">
Expand All @@ -17,7 +17,7 @@

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

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

0 comments on commit 3389f3d

Please sign in to comment.