refactor the head partials
authorDan Allen <dan@opendevise.com>
Wed, 19 Jun 2019 08:58:46 +0000 (02:58 -0600)
committerDan Allen <dan@opendevise.com>
Thu, 20 Jun 2019 08:50:08 +0000 (02:50 -0600)
commitc2f8f2f2be8e792e5123b8bd1be01e61703a3baf
tree12f23f98812a767fa5ad41853039c06ebd70641c
parente0cd2c352bb2b19f095fd4ff7457bc97365f93bc
refactor the head partials

- add more fine-grained partials
- introduce defaultPageTitle variable
- stub in favicon
src/layouts/404.hbs
src/layouts/default.hbs
src/partials/head-icons.hbs [new file with mode: 0644]
src/partials/head-info.hbs [new file with mode: 0644]
src/partials/head-meta.hbs
src/partials/head-prelude.hbs [new file with mode: 0644]
src/partials/head-scripts.hbs
src/partials/head-styles.hbs [new file with mode: 0644]
src/partials/head-title.hbs [new file with mode: 0644]
src/partials/head.hbs