feat: Update songbook

- Change songbook from njk to liquid
- Add song partial
This commit is contained in:
sthag 2026-03-10 22:13:28 +01:00
parent 92f3c4f81f
commit 99b98635e7
4 changed files with 50 additions and 53 deletions

View file

@ -47,7 +47,7 @@ export default async function (eleventyConfig) {
});
eleventyConfig.addShortcode('link', function (target, text, attrId, attrClass) {
if (text === '') {
if (!text || text === '') {
text = target;
}