diff options
author | pacien | 2019-12-29 22:03:51 +0100 |
---|---|---|
committer | pacien | 2019-12-29 22:03:51 +0100 |
commit | ab84d0503e39f0a3acb6f8f5e6706a377aaeaf33 (patch) | |
tree | ba3bb05b09d22cd5077f23b7e754a93cc6f7e621 | |
parent | 54ccbbb9ebde9cb42c5c425266b298668eb3df43 (diff) | |
download | ldgallery-ab84d0503e39f0a3acb6f8f5e6706a377aaeaf33.tar.gz |
example: fix iso 8601 dates
-rw-r--r-- | example/Glacier 3000/_DSC5475.jpg.yaml | 2 | ||||
-rw-r--r-- | example/Glacier 3000/_DSC5542.jpg.yaml | 2 | ||||
-rw-r--r-- | example/_DSC8808-1.jpg.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/example/Glacier 3000/_DSC5475.jpg.yaml b/example/Glacier 3000/_DSC5475.jpg.yaml index 0d89888..d60efc3 100644 --- a/example/Glacier 3000/_DSC5475.jpg.yaml +++ b/example/Glacier 3000/_DSC5475.jpg.yaml | |||
@@ -1,6 +1,6 @@ | |||
1 | title: Fog 3000 | 1 | title: Fog 3000 |
2 | 2 | ||
3 | date: 2019:08:10T14:38:47+01:00 | 3 | date: 2019-08-10T14:38:47+01:00 |
4 | 4 | ||
5 | description: > | 5 | description: > |
6 | © Philippe NGUYEN | 6 | © Philippe NGUYEN |
diff --git a/example/Glacier 3000/_DSC5542.jpg.yaml b/example/Glacier 3000/_DSC5542.jpg.yaml index b513c0e..a67b284 100644 --- a/example/Glacier 3000/_DSC5542.jpg.yaml +++ b/example/Glacier 3000/_DSC5542.jpg.yaml | |||
@@ -1,6 +1,6 @@ | |||
1 | title: Foggy catwalk | 1 | title: Foggy catwalk |
2 | 2 | ||
3 | date: 2019:08:10T16:00:45+01:00 | 3 | date: 2019-08-10T16:00:45+01:00 |
4 | 4 | ||
5 | description: > | 5 | description: > |
6 | © Philippe NGUYEN | 6 | © Philippe NGUYEN |
diff --git a/example/_DSC8808-1.jpg.yaml b/example/_DSC8808-1.jpg.yaml index d7631db..ce334c2 100644 --- a/example/_DSC8808-1.jpg.yaml +++ b/example/_DSC8808-1.jpg.yaml | |||
@@ -1,6 +1,6 @@ | |||
1 | title: Book shop | 1 | title: Book shop |
2 | 2 | ||
3 | date: 2016:12:19T16:48:50+02:00 | 3 | date: 2016-12-19T16:48:50+02:00 |
4 | 4 | ||
5 | description: > | 5 | description: > |
6 | © Philippe NGUYEN | 6 | © Philippe NGUYEN |