Adding diff link

This commit is contained in:
Shan Carter
2017-02-08 11:45:20 -08:00
parent 97acdc60d6
commit 8162b8ea2d
4 changed files with 9 additions and 3 deletions
-1
View File
@@ -13,7 +13,6 @@ export default function(dom, data) {
data.journal = data.journal || {};
// Dates
// TODO: fix updated date
if (data.publishedDate){//} && data.journal) {
data.volume = data.publishedDate.getFullYear() - 2015;
data.issue = data.publishedDate.getMonth() + 1;