We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f6964c + 59018c9 commit fb34a69Copy full SHA for fb34a69
1 file changed
_includes/head.html
@@ -6,10 +6,10 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
7
8
<title>
9
- {% if page.title %}
10
- {{ page.title }} · {{ site.title }}
11
- {% else %}
+ {% if page.title == "Home" %}
12
{{ site.title }} · {{ site.tagline }}
+ {% else %}
+ {{ page.title }} · {{ site.title }}
13
{% endif %}
14
</title>
15
0 commit comments