1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

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

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