remove redundant include

This commit is contained in:
Set Hallstrom 2019-05-21 16:25:58 +02:00
parent 7fe2568aae
commit 0d6075c2c5

View file

@ -1,12 +0,0 @@
<!-- BEGIN header.html -->
<div id="header">
<canvas style="display:none" id="canvas" width="285" height="285"></canvas>
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
<div class="hero">
<a href="/">
<h1>{{ site.title }}</h1>
</a>
</div>
</div>
<!-- END header.html -->