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

fixed a bug where single posts don't have a slug

parent 2d46582b
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