We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40ddb4 commit dda4eb9Copy full SHA for dda4eb9
_includes/topbar.html
@@ -31,7 +31,7 @@
31
<div id="topbar-title">
32
{% if page.layout == 'home' %}
33
{{- site.title -}}
34
- {% elsif page.collection == 'tabs' %}
+ {% elsif page.dynamic_title %}
35
{{- page.title -}}
36
{% else %}
37
{{- page.layout | capitalize -}}
0 commit comments