diff --git a/assets/templates/base.pug b/assets/templates/base.pug index 71400d6..96d0bd2 100644 --- a/assets/templates/base.pug +++ b/assets/templates/base.pug @@ -17,4 +17,5 @@ html(class="no-js", lang="en") p This is default content. include ./footer.pug + include ./scripts.pug diff --git a/assets/templates/scripts.pug b/assets/templates/scripts.pug new file mode 100644 index 0000000..e69de29