diff options
author | richo <richo@psych0tik.net> | 2013-01-11 23:10:08 +1100 |
---|---|---|
committer | richo <richo@psych0tik.net> | 2013-01-11 23:10:08 +1100 |
commit | 5b332f5c95f825221e2447ca4909136a162dbaae (patch) | |
tree | 4b8f5305e7b795bb923821b8b95a31b6eca0cd42 /plugins/preview_unpublished.rb | |
parent | 9decd23b5a7a2f26590a4995cafcba010695717d (diff) | |
download | my_new_personal_website-5b332f5c95f825221e2447ca4909136a162dbaae.tar.xz my_new_personal_website-5b332f5c95f825221e2447ca4909136a162dbaae.zip |
Whitespace
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 |