From 3187b18befb07fa8527bc5c4b683148185ef5273 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Mon, 26 Aug 2019 21:00:24 +0930 Subject: [PATCH] docs(openGraph): og:image is now derived from --- scripts/openGraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/openGraph.js b/scripts/openGraph.js index afb15d1..8ad2926 100644 --- a/scripts/openGraph.js +++ b/scripts/openGraph.js @@ -6,7 +6,7 @@ * https://github.com/hexojs/hexo/blob/master/lib/plugins/helper/open_graph.js * for compatibility with cloudinary.js * the now use -* data-src attribute of , instead of src +* where href value links to an image */ 'use strict'