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>
|
<body>
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
|
<img id="kittens" src="/assets/kitties.png" alt="A silhouette of two cats sitting near eachother">
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -7,5 +7,4 @@ title: Hungry kittens ate this page!
|
||||||
<h2>{{ title }}</h2>
|
<h2>{{ title }}</h2>
|
||||||
<hr>
|
<hr>
|
||||||
<h1>This page does not exist!<br>I'm sorry!!</h1>
|
<h1>This page does not exist!<br>I'm sorry!!</h1>
|
||||||
</div>
|
</div>
|
||||||
<img id="kittens" src="/assets/kitties.png" alt="A silhouette of two cats sitting near eachother">
|
|
|
@ -37,5 +37,4 @@ links:
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img id="kittens" src="/assets/kitties.png" alt="A silhouette of two cats sitting near eachother">
|
|
Loading…
Reference in New Issue