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-extras
Commits
6b1f4b30
Commit
6b1f4b30
authored
Feb 07, 2016
by
root
Committed by
Hiren Patel
Feb 07, 2016
Browse files
Remove debug statements
parent
a81081e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
lib/jekyll/scholar/extras/bibliography_year.rb
lib/jekyll/scholar/extras/bibliography_year.rb
+0
-4
No files found.
lib/jekyll/scholar/extras/bibliography_year.rb
View file @
6b1f4b30
...
...
@@ -118,14 +118,10 @@ module Jekyll
if
entry
.
field?
(
:award
)
# TODO: Awkward -- Find position to insert it. Before the last </div>
ts
=
content_tag
"div class=
\"
csl-award
\"
"
,
entry
.
award
.
to_s
puts
ts
puts
ts
.
to_s
refPos
=
reference
.
rindex
(
'</div>'
)
if
refPos
.
nil?
puts
"NILL"
else
puts
"INSERT
\n
"
puts
ts
reference
.
insert
(
reference
.
rindex
(
'</div>'
),
ts
.
to_s
)
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