My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: make 404 page fit in style

+10
+10
templates/404.html
··· 1 + {%- extends "index.html" -%} 2 + 3 + {% block og_preview %} 4 + {% endblock og_preview %} 5 + 6 + {% block main %} 7 + <h1>404</h1> 8 + 9 + <p>Page not found</p> 10 + {% endblock main %}