From f85838665b07e62c79a56a6956f9a5c7d9a70ced Mon Sep 17 00:00:00 2001 From: Mathias Biilmann Christensen Date: Thu, 21 Jul 2016 10:33:50 -0700 Subject: User browserSync instead of webpack dev server --- site/archetypes/.keep | 0 site/layouts/index.html | 15 ++++----------- site/layouts/partials/footer.html | 3 +++ site/layouts/partials/header.html | 7 +++++++ 4 files changed, 14 insertions(+), 11 deletions(-) delete mode 100644 site/archetypes/.keep create mode 100644 site/layouts/partials/footer.html create mode 100644 site/layouts/partials/header.html (limited to 'site') diff --git a/site/archetypes/.keep b/site/archetypes/.keep deleted file mode 100644 index e69de29..0000000 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 @@ - - - - Hugo with Gulp and Webpack - - - -

Hugo with Gulp and Webpack

+{{ partial "header" . }} - - - +

Hugo with Gulp and Webpack

+ +{{ partial "footer" . }} diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html new file mode 100644 index 0000000..310a610 --- /dev/null +++ b/site/layouts/partials/footer.html @@ -0,0 +1,3 @@ + + + diff --git a/site/layouts/partials/header.html b/site/layouts/partials/header.html new file mode 100644 index 0000000..c683ad3 --- /dev/null +++ b/site/layouts/partials/header.html @@ -0,0 +1,7 @@ + + + + Hugo with Gulp and Webpack + + + -- cgit v1.3