diff --git a/lib/jekyll/scholar/utilities.rb b/lib/jekyll/scholar/utilities.rb index 2b7c5fb2e33e959ce9fd12760beed1b5d05182eb..969d64ae07faaa9874e6e6c79e47d619a74397b1 100644 --- a/lib/jekyll/scholar/utilities.rb +++ b/lib/jekyll/scholar/utilities.rb @@ -282,7 +282,7 @@ module Jekyll end end - def month_name(month): + def month_name(month) case month when 1 'January' @@ -311,6 +311,7 @@ module Jekyll else 'Unknown' end + end def suppress_author? !!@suppress_author