I'm trying to figure out how to put the post excerpt in the post itself.
I've currently just added:
<h2>{{ page.excerpt | markdownify | remove: "<p>" | remove: "</p>" }}</h2>
to /_layouts/post.html just below the title, but I can't figure out how to get it to look good.
I know @TaylanTatli isn't able to patch things upstream right now, but any help making these changes locally would be appreciated.