Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for disableSiteImageMetaTags #386

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Conversation

tlex
Copy link

@tlex tlex commented Oct 12, 2019

If a post has multiple <meta property="twitter:image"> and <meta property="og:image"> tags, twitter always uses the last one, whereas LinkedIn always chooses the first one. Currently, even for the posts with thumbnails or cover images, the last tag is either the gravatarEmail or profile picture.

disableSiteImageMetaTags disables the site-wide meta tags for the posts that have set this to true.

Also, improves the description of the Image in Social cards.

kakawait and others added 13 commits July 3, 2019 17:57
…-url

Remove stupid previous cover Image fix
…/lodash-4.17.14

Bump lodash from 4.17.11 to 4.17.14
```html
<figure class="language-js ..." ...>
````

must become

```html
<figure class="language-js js ..." ...>
```

In addition fix padding to get the same pixel alignment for gutter and sourcecode
highlighting  add missing class without language- prefix
Upgrade index.html to support changes from 0.57
* master:
  Fix wrong mini requirement
  🔖 version 0.4.7-BETA
  Upgrade index.html to support changes from 0.57
  update generator theme version
  🔖 version 0.4.6-BETA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants