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>
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue