feat: Added a default stylesheet for extensions.

This commit is contained in:
Spencer Brower
2026-08-04 15:47:02 -04:00
parent 380c324623
commit 5088f31a58
3 changed files with 224 additions and 3 deletions
+1 -2
View File
@@ -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 `<title>` 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 }}`
+1 -1
View File
@@ -1,6 +1,6 @@
{
"markdown_extensions": {
"footnotes": true
// "footnotes": true
},
"params": {
"author": {