Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
caesr-pub
jekyll-scholar
Commits
8d04c74f
Commit
8d04c74f
authored
Jul 30, 2012
by
Hiren Patel
Browse files
Change cite_d to cite_details
parent
957b0909
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lib/jekyll/scholar/tags/cite_details.rb
lib/jekyll/scholar/tags/cite_details.rb
+1
-1
lib/jekyll/scholar/utilities.rb
lib/jekyll/scholar/utilities.rb
+3
-1
No files found.
lib/jekyll/scholar/tags/cite_details.rb
View file @
8d04c74f
...
...
@@ -23,4 +23,4 @@ module Jekyll
end
end
Liquid
::
Template
.
register_tag
(
'cite_d'
,
Jekyll
::
Scholar
::
CiteDetailsTag
)
Liquid
::
Template
.
register_tag
(
'cite_d
etails
'
,
Jekyll
::
Scholar
::
CiteDetailsTag
)
lib/jekyll/scholar/utilities.rb
View file @
8d04c74f
...
...
@@ -84,7 +84,9 @@ module Jekyll
entry
=
bibliography
[
key
]
if
bibliography
.
key?
(
key
)
link_to
"More details."
,
details_link_for
(
entry
)
link_to
details_link_for
(
entry
),
"More details."
else
"(missing reference)"
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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