You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the guest page, if there are multiple iternations of the same guest (using aka function) they all show up. Ideally, there should only be one; most likely the most recent.
That's probably hard to do programmatically; although since guests are now .md files, they have date in frontmatter so they should be able to be sorted by date.
The text was updated successfully, but these errors were encountered:
* Fix typo in REFERENCE
* Update REFERENCE with guest_group
* Add support for grouping guests on guest list page
Fixes#137
* Add support for guest_group to guest pages
Fixes#159
* Fix AKA bug
Signed-off-by: Matt Stratton <[email protected]>
On the guest page, if there are multiple iternations of the same guest (using
aka
function) they all show up. Ideally, there should only be one; most likely the most recent.That's probably hard to do programmatically; although since guests are now
.md
files, they have date in frontmatter so they should be able to be sorted by date.The text was updated successfully, but these errors were encountered: