Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 391 Bytes

_sample_format.mdx

File metadata and controls

14 lines (10 loc) · 391 Bytes

import Layout from '../components/Layout.tsx' import { InlineMath, BlockMath } from 'react-katex';

export const meta = { title : "[sample-title]", published_date : { month : "[month]", date : "[day]th", year : 2025 } , summary : "TODO" , post_link : "[slug]" }

{/* Line below needs to be empty */}

export default ({children}) => {children}