Page MenuHomeDevCentral

D556.id1353.diff
No OneTemporary

D556.id1353.diff

diff --git a/src/layouts/default.html b/src/layouts/default.html
--- a/src/layouts/default.html
+++ b/src/layouts/default.html
@@ -1,5 +1,3 @@
-{{!-- This is the base layout for your project, and will be used on every page. --}}
-
<!doctype html>
<html class="no-js" lang="en">
<head>
@@ -13,7 +11,8 @@
</head>
<body>
{{!-- Pages you create in the src/pages/ folder are inserted here when the flattened page is created. --}}
-{{> body}}
-<script src="{{ root }}assets/js/app.js"></script>
+ {{> body}}
+ {{> footer}}
+ <script src="{{ root }}assets/js/app.js"></script>
</body>
</html>
diff --git a/src/pages/index.html b/src/pages/index.html
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -103,5 +103,3 @@
</div>
</div>
</section>
-
-{{> footer}}

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 29, 03:51 (18 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2270636
Default Alt Text
D556.id1353.diff (791 B)

Event Timeline