From 5314b9cca20ff43a6ea2549e27bad56726d9fa1f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 8 Aug 2024 14:33:23 -0400 Subject: [PATCH] Provide range of years not just starting one Otherwise gives feeling of being stale --- src/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_config.yml b/src/_config.yml index d17aa1a5..d43f3644 100644 --- a/src/_config.yml +++ b/src/_config.yml @@ -8,7 +8,7 @@ # Book settings title: BIDS starter kit # The title of the book. Will be placed in the left navbar. author: The BIDS community # The author of the book -copyright: '2021' # Copyright year to be placed in the footer +copyright: '2021-2024' # Copyright year to be placed in the footer logo: ../tools/bids-specification/BIDS_logo/BIDS_logo_black_transparent_background_crop.png # A path to the book logo exclude_patterns: ['**README.md', epilepsy_phenotype.rst, questions] # Patterns to skip when building the book. Can be glob-style (for example "*skip.ipynb")