Skip to content
Snippets Groups Projects
Commit 5c004b21 authored by Hendrik van Antwerpen's avatar Hendrik van Antwerpen
Browse files

Use Ruby syntax.

parent 567a65a1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment