howtos:references :)

This commit is contained in:
2025-03-28 06:03:36 +01:00
parent bb65829605
commit 27d1ec116d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ const complete = async (item: IHowto) => {
}
if (HOWTO_ADD_REFERENCES) {
item.keywords = await template_filter(item.content, 'keywords', TemplateContext.HOWTO);
item.resources = await template_filter(item.content, 'references', TemplateContext.HOWTO);
item.references = await template_filter(item.content, 'references', TemplateContext.HOWTO);
write(path.join(item_path(item), 'references.md'), item.references as string)
}
await to_github(item)