remove include of spritesheet in base template

This commit is contained in:
Matthew Gaffen 2019-08-15 11:47:00 +01:00
parent 2eeca8f563
commit 147e31d03c

View File

@ -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>