From 563515cf4901acd7ba052baf1801ec6b4f52d7a3 Mon Sep 17 00:00:00 2001 From: Rustam Mehmandarov Date: Thu, 31 Jan 2019 19:37:46 +0100 Subject: [PATCH] Fixing an issue with og:image for posts Fixing an issue where all links will be shown with the site's image, instead of the image specified in the `image` field in the specific post's front matter. More info: https://github.com/sergiokopplin/indigo/issues/350 --- _layouts/default.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 6c8f371a6f..33af593d26 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,8 +15,6 @@ - - {% seo %}