dotfiles

My PC Dotfiles & Website

404.html (341B)


{% 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 -%}