Fix the 404 title on mobile devices

This commit is contained in:
Cotes Chung 2020-11-29 12:25:46 +08:00
parent f2efae8b01
commit 479bd72c9d
1 changed files with 1 additions and 1 deletions

View File

@ -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 -}}