#682

Test Post

This should hopefully stay a draft post. If you can see this, email nat@natwelch.com.

test h2

What about a list?

  • one
  • two
  • three

Oooh or a numbered list...

  1. Here
  2. we
  3. go!

New York, looking north from 16th St in Manhattan.

This is a quote.

-- Nat Welch

Next we have a divider


And now some javascript.

function getPosts() {
  const posts = allPosts
    .sort((a, b) => compareDesc(new Date(a.datetime), new Date(b.datetime)))
    .filter((post) => !post.draft)
  return posts
}

Thanks!

/Nat

Updated: This is still a draft!

Yup.