1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Fix missing pagination on TTT

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-03-12 21:36:50 -07:00
parent 6f54e70c6a
commit 3588178176
3 changed files with 68 additions and 23 deletions

View File

@@ -90,7 +90,7 @@ function pageJSON (post) {
titlecard: post.titlecard,
tags: post.meta.tags,
author: post.meta.author,
siblings: post.sibling,
siblings: post.siblings,
};
}