Skip to content

Commit 8455d85

Browse files
authored
Remove description if not set (#308)
1 parent c42517d commit 8455d85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

theme/index.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
<!-- Custom HTML head -->
2323
{{> head}}
2424

25+
{{#if description }}
2526
<meta name="description" content="{{ description }}">
27+
{{/if}}
28+
2629
<meta name="viewport" content="width=device-width, initial-scale=1">
2730
<meta name="theme-color" content="#ffffff">
2831

0 commit comments

Comments
 (0)