This commit is contained in:
Roman Tsypuk 2023-11-08 03:00:02 +00:00 committed by GitHub
commit bc59d3614a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ module Jekyll
def raw_path
@raw_path ||= begin
image_hash["path"] || image_hash["facebook"] || image_hash["twitter"]
image_hash["twitter"] || image_hash["facebook"] || image_hash["path"]
end
end

View File

@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
module Jekyll
class SeoTag < Liquid::Tag
VERSION = "2.8.0"
VERSION = "2.8.1"
end
end