type prop
This commit is contained in:
parent
274d2328c3
commit
bf61a9dee8
@ -81,7 +81,8 @@ class BidirectionalLinksGenerator < Jekyll::Generator
|
|||||||
id: note_id_from_note(current_note),
|
id: note_id_from_note(current_note),
|
||||||
path: "#{site.baseurl}#{current_note.url}#{link_extension}",
|
path: "#{site.baseurl}#{current_note.url}#{link_extension}",
|
||||||
label: current_note.data['title'],
|
label: current_note.data['title'],
|
||||||
status: current_note.data['status']
|
status: current_note.data['status'],
|
||||||
|
type: current_note.data['type']
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user