From c68919bcbc3ef3064e51f4f99cacd94185bcaab8 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Wed, 4 Sep 2024 16:37:04 -0500 Subject: [PATCH] Added scripts template placeholder. --- assets/templates/base.pug | 1 + assets/templates/scripts.pug | 0 2 files changed, 1 insertion(+) create mode 100644 assets/templates/scripts.pug 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