Engineering Blog
+ +Check out Foundation updates
+ + +-
+ {
+ (page.data || []).map((blogPostEntry) => {
+ const excerpt = `${createExcerpt(blogPostEntry.body).substring(0, 300)}...`;
+ return (
+
-
+
+ {blogPostEntry.data.lang ? (
+
+ ) : (
+
+ {blogPostEntry.data.title}
+
+ )}
+
+ {blogPostEntry.data.description + ? blogPostEntry.data.description + : excerpt} +
+
+ );
+ })
+ }
+