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

Merge tag '0.2.9.1' into develop

fixed a bug where a single post ended up with no slug
parents b05d0b2b 1ce9fc63
Branches
Tags backupninja-1.0.1
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