From 2ac1d767cf3f341e0cc0436e7cbdf4b7a67532fb Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:24:57 -0400 Subject: [PATCH] feat: Added `{{> scripts}}` partial that reads `params.scripts`. --- TODOS.md | 1 + defaults/layouts/base.html | 3 ++- defaults/layouts/partials/scripts.html | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 defaults/layouts/partials/scripts.html diff --git a/TODOS.md b/TODOS.md index 4b347bd..8008f35 100644 --- a/TODOS.md +++ b/TODOS.md @@ -1,6 +1,7 @@ ## High priority - Polish existing features before moving on to new ones. +- [ ] Do mustache's whitespace rules actually suit us, or should we make our own? - [x] `{{>title}}` default partial? `{{site.title}} | {{ page.title }}` - [ ] implicit titles (Set when missing?) - [ ] create a default `head.html`. diff --git a/defaults/layouts/base.html b/defaults/layouts/base.html index 3106eb7..47bbf20 100644 --- a/defaults/layouts/base.html +++ b/defaults/layouts/base.html @@ -6,7 +6,8 @@