inukshuk / jekyll-scholar

jekyll extensions for the blogging scholar
MIT License
1.12k stars 102 forks source link

Use uniq! to remove duplicates #276

Closed rseac closed 4 years ago

rseac commented 4 years ago

Addressing issue #266 Removing dups by calling uniq!.

inukshuk commented 4 years ago

Great!

We should add config option to turn this off (and maybe even specify which fields to check).

rseac commented 4 years ago

@inukshuk This should be ready now.

inukshuk commented 4 years ago

Thanks!