Skip to content

Commit

Permalink
Special case
Browse files Browse the repository at this point in the history
  • Loading branch information
kremio committed Oct 25, 2018
1 parent bc26454 commit a1e0fc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions special-cases.js
Expand Up @@ -41,6 +41,11 @@ module.exports = {
startDate: (new Date( "2017-04-06" ) ).toISOString(),
endDate: (new Date( "2017-04-07" ) ).toISOString(),
title: "Missionierung Geflüchteter"
},
"https://muenchen-chronik.de/31-mai1-juni-2016/":{
startDate: (new Date( "2016-05-31" ) ).toISOString(),
endDate: (new Date( "2016-06-01" ) ).toISOString(),
title: "Unbekannte ritzen Hakenkreuz in Auto vor Moschee"
}

}

0 comments on commit a1e0fc9

Please sign in to comment.