diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-02-16 19:44:30 -0800 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-02-16 19:44:30 -0800 |
| commit | e5a4b5a337a74ca3c7459f4ee1aacc19be016ff7 (patch) | |
| tree | bbd8df6bea57661a624b9e197dccf21e649fa14c | |
| parent | 49e1b35ffe12dc5d95a92e1bdb3502d9acd0c487 (diff) | |
| download | xesite-e5a4b5a337a74ca3c7459f4ee1aacc19be016ff7.tar.xz xesite-e5a4b5a337a74ca3c7459f4ee1aacc19be016ff7.zip | |
add year tags to a few video folders
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | lume/src/videos/2023/_data.yml | 1 | ||||
| -rw-r--r-- | lume/src/vods/2022/_data.yml | 1 | ||||
| -rw-r--r-- | lume/src/vods/2023/_data.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lume/src/videos/2023/_data.yml b/lume/src/videos/2023/_data.yml new file mode 100644 index 0000000..4f6cb9f --- /dev/null +++ b/lume/src/videos/2023/_data.yml @@ -0,0 +1 @@ +year: 2023 diff --git a/lume/src/vods/2022/_data.yml b/lume/src/vods/2022/_data.yml new file mode 100644 index 0000000..f5eb965 --- /dev/null +++ b/lume/src/vods/2022/_data.yml @@ -0,0 +1 @@ +year: 2022 diff --git a/lume/src/vods/2023/_data.yml b/lume/src/vods/2023/_data.yml new file mode 100644 index 0000000..4f6cb9f --- /dev/null +++ b/lume/src/vods/2023/_data.yml @@ -0,0 +1 @@ +year: 2023 |
