Browse Source

Changed html_head template to meta.

master
Daniel Sissom 1 month ago
parent
commit
4c7ef3007e
Signed by: djsissom GPG Key ID: 2C30FFB796852389
2 changed files with 1 additions and 1 deletions
  1. + 1
    - 1
      assets/templates/base.pug
  2. + 0
    - 0
      assets/templates/meta.pug

+ 1
- 1
assets/templates/base.pug

@ -7,7 +7,7 @@ html(class="no-js", lang="en")
block set_current_page
- var page = 'default'
include ./html_head.pug
include ./meta.pug
body(class=page)
include ./header.pug

assets/templates/html_head.pug → assets/templates/meta.pug


Loading…
Cancel
Save