type prop

This commit is contained in:
Garry Ing
2021-05-30 15:11:10 -04:00
parent 274d2328c3
commit bf61a9dee8

View File

@ -81,7 +81,8 @@ class BidirectionalLinksGenerator < Jekyll::Generator
id: note_id_from_note(current_note),
path: "#{site.baseurl}#{current_note.url}#{link_extension}",
label: current_note.data['title'],
status: current_note.data['status']
status: current_note.data['status'],
type: current_note.data['type']
}
end