diff --git a/src/styles/page-template/_template.njk b/src/styles/page-template/_template.njk index f1dfcae1da..64023895af 100644 --- a/src/styles/page-template/_template.njk +++ b/src/styles/page-template/_template.njk @@ -37,7 +37,7 @@ {{ page_title }} - + {% block headIcons %} diff --git a/src/styles/page-template/index.njk b/src/styles/page-template/index.njk index 3d06b4dc58..b746d49e6f 100644 --- a/src/styles/page-template/index.njk +++ b/src/styles/page-template/index.njk @@ -96,6 +96,7 @@ Variables can be set with: | ------------- | --------------------------------------------------- | ----------------------------- | -------------------------------------------------------------------------------------------- | | cdn | string | false | What CDN version to use | | assetsURL | string | false | The base url where to find CSS/JS/images etc. e.g. `http://localhost:3030` | +| theme | string | false | The name of the css file e.g. "census" if using a theme. Defaults to "main". | | title | string | true | The contents for the `` element | | bodyClasses | string | false | Classes to add to the `<body>` element | | header | `PageHeader` [_(ref)_](#pageheader) | true | Configuration for the page header |