Skip to content

Commit

Permalink
Provide range of years not just starting one
Browse files Browse the repository at this point in the history
Otherwise gives feeling of being stale
  • Loading branch information
yarikoptic committed Aug 8, 2024
1 parent 1608530 commit 5314b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 5314b9c

Please sign in to comment.