Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
J
jekyll-scholar-extras
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caesr-pub
jekyll-scholar-extras
Commits
af9c7db1
Commit
af9c7db1
authored
Aug 29, 2017
by
rmrf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Work with jekyll 5.10.*
parent
5c88e691
Pipeline
#31666
failed with stages
in 1 minute and 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
VERSIONS.md
VERSIONS.md
+1
-1
lib/jekyll/scholar/extras/bibliography_year.rb
lib/jekyll/scholar/extras/bibliography_year.rb
+1
-0
lib/jekyll/scholar/version.rb
lib/jekyll/scholar/version.rb
+1
-1
No files found.
VERSIONS.md
View file @
af9c7db1
0.
1.
3
0.
1.
4
lib/jekyll/scholar/extras/bibliography_year.rb
View file @
af9c7db1
...
...
@@ -29,6 +29,7 @@ module Jekyll
@type_counts
.
keys
.
each
{
|
t
|
bib
=
bibliography
.
query
(
'@*'
)
{
|
b
|
puts
b
(
b
.
public
==
'yes'
&&
b
.
type
==
t
)
}
@type_counts
[
t
]
=
bib
.
size
...
...
lib/jekyll/scholar/version.rb
View file @
af9c7db1
module
Jekyll
class
ScholarExtras
VERSION
=
'0.1.
3
'
.
freeze
VERSION
=
'0.1.
4
'
.
freeze
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