diff options
Diffstat (limited to 'site/layouts/index.html')
| -rw-r--r-- | site/layouts/index.html | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/site/layouts/index.html b/site/layouts/index.html index ae10e35..7266783 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -1,12 +1,5 @@ -<!doctype html> -<html> - <head> - <title>Hugo with Gulp and Webpack</title> - <link rel="stylesheet" href="/main.css"/> - </head> - <body> - <h1>Hugo with Gulp and Webpack</h1> +{{ partial "header" . }} - <script src="/app.js"></script> - </body> -</html> +<h1>Hugo with Gulp and Webpack</h1> + +{{ partial "footer" . }} |
