mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-24 07:15:35 +00:00
Update template.html
Updating template comment that was referencing <:Head>
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user