404.twig 620 B

12345678910111213
  1. {% extends "index.twig" %}
  2. {% block content %}
  3. {% if config.tagblog.404 %}{% include config.tagblog.404 ignore missing %}{% else %}
  4. <link rel="stylesheet" href="{{- theme_url -}}/css/404.css">
  5. <article class="fullpage four04">
  6. <h2>Er<span class=flicker2>ro</span>r</h2>
  7. <h1 class="four04 skewed">4Ø4</h1>
  8. <h3>This <span class=flicker4>pag</span>e ca<span class=flicker3>nn</span>ot <span class=flicker4>be foun</span>d</h3>
  9. <p>Please try some tags or the search box in the <span class="desktop-device">sidebar</span><span class="mobile-device">top menu</span>!</p>
  10. </article>
  11. {% endif %}
  12. {% endblock %}