Skip to content

Commit f9ba463

Browse files
committed
Change em dash to pipe in the title
1 parent 2cba08d commit f9ba463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<title>{{ page.title | escape }} {{ site.title }}</title>
6+
<title>{{ page.title | escape }} | {{ site.title }}</title>
77
{% if jekyll.environment == 'stage' %}
88
<meta name="robots" content="noindex" />
99
{% endif %}

_layouts/new-layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<title>
66
{% if page.url == "/" %} {{ page.title | escape }} {% else %} {{
7-
page.title | escape }} {{ site.title }} {% endif %}
7+
page.title | escape }} | {{ site.title }} {% endif %}
88
</title>
99
{% if jekyll.environment == 'stage' %}
1010
<meta name="robots" content="noindex" />

0 commit comments

Comments
 (0)