daviddarnes / alembic

⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
https://alembic.darn.es
MIT License
765 stars 901 forks source link

[Enhancement] Bump jekyll-seo-tag to 2.7.1 so that we can use `tagline` #177

Closed agateblue closed 3 years ago

agateblue commented 3 years ago

Jekyll SEO Tags support using the tagline attribute to build the <title> HTML tag since v2.7.0. Since I need that in a project, and there doesn't seem to be any breaking change, I figured I might as well sugggest a fix ;)

daviddarnes commented 3 years ago

Oh cool! Thanks @agateblue, what happened to the paginate plugin though? You might need to make a branch on your repo with only the gem update in it 😄

agateblue commented 3 years ago

Ah, sorry about thah @daviddarnes, I had an issue with it and pushed my fix on the same branch, forgotting in would affect this MR ><

I've reverted it, you're welcome to squash and merge if you feel that's okay :)

daviddarnes commented 3 years ago

Done, thanks again!