From 479bd72c9dc4cfd6d84f5b25aff228208957def0 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 29 Nov 2020 12:25:46 +0800 Subject: [PATCH] Fix the 404 title on mobile devices --- _includes/topbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/topbar.html b/_includes/topbar.html index 901d2e5..dfbc946 100644 --- a/_includes/topbar.html +++ b/_includes/topbar.html @@ -31,7 +31,7 @@
{% if page.layout == 'home' %} {{- site.title -}} - {% elsif page.collection == 'tabs' %} + {% elsif page.dynamic_title %} {{- page.title -}} {% else %} {{- page.layout | capitalize -}}