skip to content
Astro Cactus

My Second Post

Another example post for Astro Cactus, this time written in a plain markdown file

This is a post made with Markdown

// Example JavaScript
function returnSeven() {
	return 7;
}