Browse Source

Added global header template.

master
Daniel Sissom 10 months ago
parent
commit
3f7f6ca1cb
Signed by: djsissom GPG Key ID: 2C30FFB796852389
2 changed files with 3 additions and 0 deletions
  1. + 2
    - 0
      assets/templates/base.pug
  2. + 1
    - 0
      assets/templates/header.pug

+ 2
- 0
assets/templates/base.pug

@ -7,6 +7,8 @@ html(class="no-js", lang="en")
include ./html_head.pug include ./html_head.pug
body body
include ./header.pug
#content #content
block content block content
p This is default content. p This is default content.

+ 1
- 0
assets/templates/header.pug

@ -0,0 +1 @@
header

Loading…
Cancel
Save