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
50b1e2d6
Commit
50b1e2d6
authored
Aug 04, 2012
by
Sylvester Keil
Browse files
fallback to default details link text
parent
ffa00866
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/jekyll/scholar/tags/cite_details.rb
View file @
50b1e2d6
...
...
@@ -11,12 +11,12 @@ module Jekyll
@config
=
Scholar
.
defaults
.
dup
@key
=
arguments
.
strip
.
split
(
/\s+/
,
2
)[
0
]
@text
=
arguments
.
strip
.
split
(
/\s+/
,
2
)[
1
]
||
@config
[
'details_link'
]
@text
=
arguments
.
strip
.
split
(
/\s+/
,
2
)[
1
]
end
def
render
(
context
)
set_context_to
context
cite_details
key
,
text
cite_details
key
,
text
||
config
[
'details_link'
]
end
end
...
...
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