Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase blog post title size

Aria ff8adf42 895fba41

+1 -1
+1 -1
src/layouts/MarkdownPostLayout.astro
··· 8 8 <BaseLayout pageTitle={frontmatter.title} description={frontmatter.description}> 9 9 <Partition> 10 10 <p> 11 - <h1 class="text-xl font-bold underline">{frontmatter.title}</h1> 11 + <h1 class="text-3xl font-bold underline">{frontmatter.title}</h1> 12 12 <em>{frontmatter.description}</em><br /> 13 13 <sub>Date: {frontmatter.pubDate.toLocaleDateString()}</sub><br /> 14 14 <sub>Last Modified: {lastModified}</sub>