diff --git a/build/page-writer.js b/build/page-writer.js
index c6f4ad9..510bde3 100644
--- a/build/page-writer.js
+++ b/build/page-writer.js
@@ -90,7 +90,7 @@ function pageJSON (post) {
titlecard: post.titlecard,
tags: post.meta.tags,
author: post.meta.author,
- siblings: post.sibling,
+ siblings: post.siblings,
};
}
diff --git a/js/$tweets.jsx b/js/$tweets.jsx
index 85acb0d..b0c4e1f 100644
--- a/js/$tweets.jsx
+++ b/js/$tweets.jsx
@@ -6,6 +6,10 @@ import map from 'lodash/map';
import { format } from 'date-fns';
import Sync from 'svg/sync-alt.svg';
import Link from 'svg/link.svg';
+import AngleLeft from 'svg/angle-left.svg';
+import AngleRight from 'svg/angle-right.svg';
+import AngleDoubleLeft from 'svg/angle-double-left.svg';
+import AngleDoubleRight from 'svg/angle-double-right.svg';
// const If = ({t,children}) => (!!t &&