feat: Update songbook
- Change songbook from njk to liquid - Add song partial
This commit is contained in:
parent
92f3c4f81f
commit
99b98635e7
4 changed files with 50 additions and 53 deletions
|
|
@ -47,7 +47,7 @@ export default async function (eleventyConfig) {
|
|||
});
|
||||
|
||||
eleventyConfig.addShortcode('link', function (target, text, attrId, attrClass) {
|
||||
if (text === '') {
|
||||
if (!text || text === '') {
|
||||
text = target;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue