Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doh
  • Loading branch information
ralsina committed Jun 9, 2015
1 parent 6062eeb commit 8266fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugin_categories.py
Expand Up @@ -279,7 +279,7 @@ def split_metadata(self, data):
splitted = re.split('(\n\n|\r\n\r\n)', data.lstrip(), maxsplit=1)
if len(splitted) == 1:
return '', splitted[0]
return splitted
return splitted[0], splitted[-1]


class RestExtension(BasePlugin):
Expand Down

0 comments on commit 8266fcd

Please sign in to comment.