Skip to content

Commit

Permalink
Fixed 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Yuen authored and Peter Yuen committed Apr 13, 2022
1 parent 878a98e commit 5a22b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zola/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{% set description = config.description %}

{{ macros_head::seo(title=title, title_addition=title_addition, description=description, is_404=true) }}
{{ macros_head::seo(title=title_addition, title_addition=title_addition, description=description, is_404=true) }}
{% endblock seo %}

{% block content %}
Expand Down

0 comments on commit 5a22b81

Please sign in to comment.