diff options
| author | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2016-07-21 10:33:50 -0700 |
|---|---|---|
| committer | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2016-07-21 10:33:50 -0700 |
| commit | f85838665b07e62c79a56a6956f9a5c7d9a70ced (patch) | |
| tree | 4574a088ea032220b7822ad435335ab2ea2a6268 /site/layouts/index.html | |
| parent | a6a5d841fd70e9aceb6fd757450c0691f3346661 (diff) | |
User browserSync instead of webpack dev server
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" . }} |
