Skip to content

Commit e224635

Browse files
authored
remove quotes from titles (#498)
1 parent 6098263 commit e224635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{% assign url = page.url | absolute_url %}
2424

2525
<head>
26-
<title>"{{ title }}"</title>
26+
<title>{{ title }}</title>
2727
<meta charset="utf-8" />
2828
<meta content="ie=edge" http-equiv="x-ua-compatible" />
2929
<meta name="handheldfriendly" content="true" />

0 commit comments

Comments
 (0)