move the kittens into the generic template

This commit is contained in:
Agatha Lovelace 2021-05-07 18:31:35 +03:00
parent dbfc4c5e9f
commit a1caae60c5
No known key found for this signature in database
GPG Key ID: 2DB18BA2E0A80BC3
3 changed files with 3 additions and 4 deletions

View File

@ -19,6 +19,7 @@ icon: /assets/icon_pink.svg
<body>
{{ content | safe }}
<img id="kittens" src="/assets/kitties.png" alt="A silhouette of two cats sitting near eachother">
</body>
</html>

View File

@ -7,5 +7,4 @@ title: Hungry kittens ate this page!
<h2>{{ title }}</h2>
<hr>
<h1>This page does not exist!<br>I'm sorry!!</h1>
</div>
<img id="kittens" src="/assets/kitties.png" alt="A silhouette of two cats sitting near eachother">
</div>

View File

@ -37,5 +37,4 @@ links:
{%- endfor -%}
{%- endfor -%}
</div>
</div>
<img id="kittens" src="/assets/kitties.png" alt="A silhouette of two cats sitting near eachother">
</div>