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/partials/footer.html | |
| parent | a6a5d841fd70e9aceb6fd757450c0691f3346661 (diff) | |
User browserSync instead of webpack dev server
Diffstat (limited to 'site/layouts/partials/footer.html')
| -rw-r--r-- | site/layouts/partials/footer.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ +<script src="/app.js"></script> +</body> +</html> |
