properly namespace the version
This commit is contained in:
parent
256a2d6f52
commit
6f57ca4ee3
|
@ -20,7 +20,7 @@ module Jekyll
|
|||
|
||||
def options
|
||||
{
|
||||
'version' => VERSION,
|
||||
'version' => Jekyll::SeoTag::VERSION,
|
||||
'title' => title?
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue