@@ -69,58 +69,14 @@ export default function BlogIndex({ blogPost }) {
>Back
-
+
-
+
-
- { blogPost.body.map((element) => {
- reactKey++;
-
- if (element.tag.match(/img/i)) {
- return
- }
-
- function construtElement(elementEntry) {
- if (elementEntry.children) {
- return (
-
- { elementEntry.children.map(child => construtElement(child)) }
-
- )
- }
-
- return (
-
- { elementEntry.content }
-
- )
- }
-
- return construtElement(element);
- }
- ) }
-
+