mirror of
https://github.com/wassname/template.git
synced 2026-08-14 12:50:40 +08:00
Adding diff link
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user