diff --git a/src/features/pages/posts/all-posts/index.tsx b/src/features/pages/posts/all-posts/index.tsx index 21968705fad..08deda42325 100644 --- a/src/features/pages/posts/all-posts/index.tsx +++ b/src/features/pages/posts/all-posts/index.tsx @@ -7,11 +7,15 @@ import { Localize } from 'components/localization' import Flex from 'features/components/atoms/flex-box' import Link from 'features/components/atoms/link' import dclsx from 'features/utils/dclsx' +import MainNav from 'features/components/templates/navigation/main-nav' +import Footer from 'features/components/templates/footer' const AllPostsModule = ({ data }: TBlogPosts) => { const posts = data?.allStrapiPost?.nodes || [] return ( + + { const formattedDate = parsedDate?.format('Do [of] MMMM YYYY') return ( - +
- + @@ -52,6 +62,7 @@ const AllPostsModule = ({ data }: TBlogPosts) => { })} +