SeanKilleen / seankilleen.github.io

The blog reboot.
http://SeanKilleen.com
MIT License
11 stars 8 forks source link

Question: Post header - X min read, Suggest an Edit, Issue? Question? #833

Closed W0GER closed 1 year ago

W0GER commented 1 year ago

Sean --

What plug-in (or how) are you using to generate the post header?

Example:

4 minute read | Suggest an edit | Issue? Question?

SeanKilleen commented 1 year ago

@W0GER I use the minimal-mistakes theme for the blog. They have an include file that I override. In the _includes folder, you'll see there's a post__meta__witheditlinks.html. I added the links in there (a modified version of a file from the theme). I then also updated the page__hero.html include to use that instead of a reference to post__meta. I added it as an override in the single.html page in _layouts as well.

SeanKilleen commented 1 year ago

Going to close this now, but let me know here if you have any further questions and I'm happy to help!

W0GER commented 1 year ago

Thanks, that gives me the pointers to figure out how to bring it into my theme.