emoji status

This commit is contained in:
Garry Ing
2021-04-18 20:34:38 -04:00
parent 6942684163
commit 19471bcd85
8 changed files with 35 additions and 14 deletions

View File

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