From 3f7f6ca1cb0d9b60d1a439bd9b4adc22c0c35a17 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Tue, 12 Dec 2023 11:09:51 -0600 Subject: [PATCH] Added global header template. --- assets/templates/base.pug | 2 ++ assets/templates/header.pug | 1 + 2 files changed, 3 insertions(+) create mode 100644 assets/templates/header.pug diff --git a/assets/templates/base.pug b/assets/templates/base.pug index a477e54..0c784f8 100644 --- a/assets/templates/base.pug +++ b/assets/templates/base.pug @@ -7,6 +7,8 @@ html(class="no-js", lang="en") include ./html_head.pug body + include ./header.pug + #content block content p This is default content. diff --git a/assets/templates/header.pug b/assets/templates/header.pug new file mode 100644 index 0000000..8e83f89 --- /dev/null +++ b/assets/templates/header.pug @@ -0,0 +1 @@ +header