diff --git a/defaults/layouts/partials/styles.html b/defaults/layouts/partials/styles.html index a089da5..3f49921 100644 --- a/defaults/layouts/partials/styles.html +++ b/defaults/layouts/partials/styles.html @@ -1 +1,223 @@ + {{#params.stylesheets}}{{/params.stylesheets}} diff --git a/site/content/docs.md b/site/content/docs.md index 5aec496..b1d8f18 100644 --- a/site/content/docs.md +++ b/site/content/docs.md @@ -304,8 +304,7 @@ Users can create or override as many partials as they want; several are included `{{> title }}` -: The title of the current page. It should be placed inside the `` tag. By default, it will appear as - `{{ page.title }} | {{ site.title }}`. +: The title of the current page. It should be placed inside the `<title>` tag. By default, it will appear as `{{ page.title }} | {{ site.title }}`. `{{> nav }}` diff --git a/site/thor.json b/site/thor.json index dc2f8ee..045cffe 100644 --- a/site/thor.json +++ b/site/thor.json @@ -1,6 +1,6 @@ { "markdown_extensions": { - "footnotes": true + // "footnotes": true }, "params": { "author": {