remove include of spritesheet in base template
This commit is contained in:
parent
2eeca8f563
commit
147e31d03c
@ -1,9 +1,6 @@
|
|||||||
{% include "partials/header.njk" %}
|
{% include "partials/header.njk" %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="hidden">
|
|
||||||
{% include "partials/sprite.svg" %}
|
|
||||||
</div>
|
|
||||||
<header>
|
<header>
|
||||||
<h1>SSR Rendering in Nunjucks proof of concept</h1>
|
<h1>SSR Rendering in Nunjucks proof of concept</h1>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user