generated from polymech/site-template
howtos:references :)
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user