/** * Original file: https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/BlogTagsPostsPage/index.tsx * Copyright (c) Facebook, Inc. and its affiliates under the MIT license. * * Modified by David Garcia for Finboot. * * Modifications: * - Removed author and date. */ import BlogPostItemHeaderTitle from '@theme/BlogPostItem/Header/Title'; import React from 'react'; export default function BlogPostItemHeader(): JSX.Element { return (
); }