From 5088f31a58fea2a7deeb13f66c2c6b9aa6d245d0 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:47:02 -0400 Subject: [PATCH] feat: Added a default stylesheet for extensions. --- defaults/layouts/partials/styles.html | 222 ++++++++++++++++++++++++++ site/content/docs.md | 3 +- site/thor.json | 2 +- 3 files changed, 224 insertions(+), 3 deletions(-) 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": {