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
5a0c549d
Commit
5a0c549d
authored
Apr 30, 2012
by
Sylvester Keil
Browse files
added base_url fallback
parent
e7fe2f45
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/jekyll/scholar/utilities.rb
View file @
5a0c549d
...
...
@@ -58,7 +58,7 @@ module Jekyll
end
def
base_url
@base_url
||=
site
.
config
[
'baseurl'
]
||
nil
@base_url
||=
site
.
config
[
'baseurl'
]
||
site
.
config
[
'base_url'
]
||
nil
end
def
details_path
...
...
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