From 1ab956ff4aa4ae75535e207e6885f03ef972a79a Mon Sep 17 00:00:00 2001 From: Cody Hennesy Date: Mon, 17 Jun 2024 08:35:52 -0500 Subject: [PATCH] change create date back to 2018 --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index a3911545..c759751b 100644 --- a/config.yaml +++ b/config.yaml @@ -14,7 +14,7 @@ carpentry: 'lc' title: 'Python Intro for Libraries' # Date the lesson was created (YYYY-MM-DD, this is empty by default) -created: '2024-05-24' +created: '2018-04-12' # Comma-separated list of keywords for the lesson keywords: 'software, data, lesson, The Carpentries'