Skip to content

Commit 479bd72

Browse files
committed
Fix the 404 title on mobile devices
1 parent f2efae8 commit 479bd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/topbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div id="topbar-title">
3232
{% if page.layout == 'home' %}
3333
{{- site.title -}}
34-
{% elsif page.collection == 'tabs' %}
34+
{% elsif page.dynamic_title %}
3535
{{- page.title -}}
3636
{% else %}
3737
{{- page.layout | capitalize -}}

0 commit comments

Comments
 (0)