404.html (341B)
1 2 3 4 5 6 7 8 9 10
{% extends "base.html" -%} {%- block title %} <title>Error 404 - {{ config.extra.author }}</title> {%- endblock title -%} {%- block main -%} <article class="post"> <h1 class="post-title">Error 404 - Page Not Found</h1> <p>Go back to <a href="{{ config.base_url | safe }}">homepage </a></p> <p></p> </article> {%- endblock main -%}