diff --git a/templates/partials/head.html b/templates/partials/head.html index c394069..5bec452 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -62,6 +62,8 @@ {{ '#' ~ term.name }} • {{ config.title }} {%- elif taxonomy.name -%} {{ taxonomy.name | title }} • {{ config.title }} + {%- elif page_url == '/404.html' -%} + {{ "404 • " ~ config.title }} {%- else -%} {{ config.title }} {%- endif -%}