gjtorikian / jekyll-last-modified-at

A Jekyll plugin to show the last_modified_at time of a post.
MIT License
241 stars 38 forks source link

jekyll-last-modified-at plugin makes all posts to articles #93

Open thomaswitt opened 1 year ago

thomaswitt commented 1 year ago

I am using the jekyll-last-modified-at plugin together with jekyll-seo-tag. That automatically sets the date attribute based on the last changed date.

Unfortunately that turns all website content into og:type article (see line 46 in https://github.com/jekyll/jekyll-seo-tag/blob/master/lib/template.html).

That doesn't make any sense - and I can't even override it. Therefore I'd strongly recommend not to assume just because a page has a date that it's an article. Shat should be only set by hand if type is article.