diff --git a/lib/jekyll/post.rb b/lib/jekyll/post.rb index ca2402a8..756df267 100644 --- a/lib/jekyll/post.rb +++ b/lib/jekyll/post.rb @@ -74,8 +74,7 @@ module Jekyll def permalink self.data && self.data['permalink'] end - - + # The generated relative url of this post # e.g. /2008/11/05/my-awesome-post.html #