First, thanks for the lovely theme!
My apologies if I'm missing something, but it seems like Markdown files in pages/ have a couple style bugs.
If I add a Markdown file with the BaseLayout to pages/, some things are completely unstyled, like basic <h1>, <h2>, etc. (Or rather, styled to the Tailwind CSS reset.)
I can switch to the PostLayout, which will style the headings, but a bunch of fields are irrelevant to pages/, and leaving them out creates some ugly gaps in the output.
I'm going to make my own PageLayout, but I thought you might want to know about this.
Thanks again!
First, thanks for the lovely theme!
My apologies if I'm missing something, but it seems like Markdown files in
pages/have a couple style bugs.If I add a Markdown file with the BaseLayout to
pages/, some things are completely unstyled, like basic<h1>,<h2>, etc. (Or rather, styled to the Tailwind CSS reset.)I can switch to the PostLayout, which will style the headings, but a bunch of fields are irrelevant to pages/, and leaving them out creates some ugly gaps in the output.
I'm going to make my own PageLayout, but I thought you might want to know about this.
Thanks again!