diff options
author | Dennis Eriksen <d@ennis.no> | 2018-10-13 10:10:13 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2018-10-13 10:10:13 +0200 |
commit | 026da97e86656d29a3e780d8f78abae9eb48204d (patch) | |
tree | 26aaef0509943f36ff9dcd107f7dcb8b1f6d57c5 /layouts/index.html | |
parent | sample index with html5boilerplate (diff) | |
download | rikerz-026da97e86656d29a3e780d8f78abae9eb48204d.tar.gz |
more work
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 23 |
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" . }} |