Merge pull request #54 from tonyfsullivan/patch-1

Update template.html comment referencing <:Head>
This commit is contained in:
Rich Harris
2018-04-19 12:28:51 -04:00
committed by GitHub

View File

@@ -16,7 +16,7 @@
lazily loaded when it precaches secondary pages --> lazily loaded when it precaches secondary pages -->
%sapper.styles% %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 --> the current page has one -->
%sapper.head% %sapper.head%
</head> </head>
@@ -30,4 +30,4 @@
initialise the router --> initialise the router -->
%sapper.scripts% %sapper.scripts%
</body> </body>
</html> </html>