We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c5950 commit 01617b3Copy full SHA for 01617b3
_includes/head.html
@@ -3,7 +3,7 @@
3
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4
<meta name="viewport" content="width=device-width, initial-scale=1">
5
6
- <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
+ <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} | {{site.title}}</title>
7
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
8
9
<link rel="shortcut icon" href="/favicon.ico?" type="image/x-icon">
0 commit comments