Skip to content
Snippets Groups Projects
Unverified Commit 1ce9fc63 authored by fauno's avatar fauno
Browse files

Merge branch 'hotfix/0.2.9.1'

parents 2d46582b 1810fbc0
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ module Jekyll
@title = posts.data['title'] unless title
end
@slug = Utils.slugify(title)
@slug = Utils.slugify(@title)
end
def path
......
module JekyllPandocMultipleFormats
VERSION = '0.2.9'
VERSION = '0.2.9.1'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment