Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
caesr-pub
jekyll-scholar
Commits
5c004b21
Commit
5c004b21
authored
Jan 11, 2016
by
Hendrik van Antwerpen
Browse files
Use Ruby syntax.
parent
567a65a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/jekyll/scholar/utilities.rb
View file @
5c004b21
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment