diff options
author | Leonardo Saraiva <vyper@maneh.org> | 2013-02-24 20:51:31 -0300 |
---|---|---|
committer | Leonardo Saraiva <vyper@maneh.org> | 2013-02-24 20:51:31 -0300 |
commit | 2fe9da91f5a4b5ba3edaee47ee24dbce523e739e (patch) | |
tree | cca3792ae030b550015633b4b855451fa8455bc3 /plugins/preview_unpublished.rb | |
parent | e1020ed888439a480cb13af2585f9fea5283c609 (diff) | |
parent | 4790b939807be4d9abcc567f02773ff24b99320d (diff) | |
download | my_new_personal_website-2fe9da91f5a4b5ba3edaee47ee24dbce523e739e.tar.xz my_new_personal_website-2fe9da91f5a4b5ba3edaee47ee24dbce523e739e.zip |
Merge branch 'master' of github.com:imathis/octopress
Conflicts:
plugins/category_generator.rb
Diffstat (limited to 'plugins/preview_unpublished.rb')
-rw-r--r-- | plugins/preview_unpublished.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/preview_unpublished.rb b/plugins/preview_unpublished.rb index 321ffd6f..28cbdfe7 100644 --- a/plugins/preview_unpublished.rb +++ b/plugins/preview_unpublished.rb @@ -45,4 +45,4 @@ module Jekyll self.posts = self.posts[-limit_posts, limit_posts] if limit_posts end end -end
\ No newline at end of file +end |