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