mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-14 23:44:26 +08:00
Try to make the backlinks section prettier
I'm not totally convinced that it should be here.
This commit is contained in:
@ -406,6 +406,10 @@ class Note with NotesNotifier {
|
||||
_links = links;
|
||||
return links;
|
||||
}
|
||||
|
||||
List<Link> links() {
|
||||
return _links;
|
||||
}
|
||||
}
|
||||
|
||||
String buildTitleFileName(String parentDir, String title) {
|
||||
|
Reference in New Issue
Block a user