docs(openGraph): og:image is now derived from <a>

This commit is contained in:
curben 2019-08-26 21:00:24 +09:30
parent baa5e896ad
commit 3187b18bef
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* https://github.com/hexojs/hexo/blob/master/lib/plugins/helper/open_graph.js
* for compatibility with cloudinary.js
* the <meta name="og:image"> now use
* data-src attribute of <img>, instead of src
* <a> where href value links to an image
*/
'use strict'