summaryrefslogtreecommitdiffstats
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html23
1 files changed, 3 insertions, 20 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c4ac96a..6d3b85c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,20 +1,3 @@
-<!doctype html>
-<html class="no-js" lang="">
-
-<head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title></title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
- <link rel="stylesheet" href="css/normalize.css">
- <link rel="stylesheet" href="css/main.css">
-</head>
-
-<body>
- <p>Hello world! This is HTML5 Boilerplate.</p>
-
-</body>
-
-</html>
+{{ partial "header" . }}
+ <p>Hello world! This is HTML5 Boilerplate.</p>
+{{ partial "footer" . }}