Update template.html

Updating template comment that was referencing <:Head>
This commit is contained in:
Tony Sullivan
2018-04-19 11:09:27 -05:00
committed by GitHub
parent a7cb019102
commit 8190ab20eb

View File

@@ -16,7 +16,7 @@
lazily loaded when it precaches secondary pages -->
%sapper.styles%
<!-- This contains the contents of the <:Head> component, if
<!-- This contains the contents of the <svelte:head> component, if
the current page has one -->
%sapper.head%
</head>
@@ -30,4 +30,4 @@
initialise the router -->
%sapper.scripts%
</body>
</html>
</html>