Fix layouts path.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<html lang="en">
|
||||
|
||||
{{> layouts/partials/head }}
|
||||
{{> (include_partial "layouts/partials/head") }}
|
||||
|
||||
<body>
|
||||
|
||||
{{> layouts/partials/toolbar }}
|
||||
{{> (include_partial "layouts/partials/toolbar") }}
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{{> layouts/partials/scripts }}
|
||||
{{> (include_partial "layouts/partials/scripts") }}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+3
-3
@@ -1,16 +1,16 @@
|
||||
<html lang="en">
|
||||
|
||||
{{> layouts/partials/head }}
|
||||
{{> (include_partial "layouts/partials/head") }}
|
||||
|
||||
<body>
|
||||
|
||||
{{> layouts/partials/toolbar }}
|
||||
{{> (include_partial "layouts/partials/toolbar") }}
|
||||
|
||||
<main>
|
||||
{{> src/template }}
|
||||
</main>
|
||||
|
||||
{{> layouts/partials/scripts }}
|
||||
{{> (include_partial "layouts/partials/scripts") }}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user