Skip to content

Commit

Permalink
Fix the 404 title on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Nov 29, 2020
1 parent f2efae8 commit 479bd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/topbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down

0 comments on commit 479bd72

Please sign in to comment.