Fix the 404 title on mobile devices
This commit is contained in:
parent
f2efae8b01
commit
479bd72c9d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
<div id="topbar-title">
|
||||
{% if page.layout == 'home' %}
|
||||
{{- site.title -}}
|
||||
{% elsif page.collection == 'tabs' %}
|
||||
{% elsif page.dynamic_title %}
|
||||
{{- page.title -}}
|
||||
{% else %}
|
||||
{{- page.layout | capitalize -}}
|
||||
|
|
Loading…
Reference in a new issue