generated from nhcarrigan/template
feat: convert to blog
This commit is contained in:
@ -11,8 +11,8 @@ export default function Home() {
|
||||
const posts = getSortedPostsData();
|
||||
return (
|
||||
<main>
|
||||
<h1>{"Announcements"}</h1>
|
||||
<p>{"This page documents all of our organisation's announcements, in reverse chronological order."}</p>
|
||||
<h1>{"Blog"}</h1>
|
||||
<p>{"Welcome to the musings of a transfem software engineer!"}</p>
|
||||
{posts.map((post) => {
|
||||
return <div key={post.slug}>
|
||||
<Rule />
|
||||
|
Reference in New Issue
Block a user