move the kittens into the generic template
This commit is contained in:
parent
dbfc4c5e9f
commit
a1caae60c5
|
@ -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>
|
|
@ -8,4 +8,3 @@ title: Hungry kittens ate this page!
|
|||
<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">
|
|
@ -38,4 +38,3 @@ links:
|
|||
{%- endfor -%}
|
||||
</div>
|
||||
</div>
|
||||
<img id="kittens" src="/assets/kitties.png" alt="A silhouette of two cats sitting near eachother">
|
Loading…
Reference in New Issue