✨feat(footer/copyright): replace "$SEPARATOR" to separator
Expands on #112
This commit is contained in:
@@ -235,8 +235,9 @@ socials = [
|
||||
|
||||
# Enable a copyright notice for the footer, shown between socials and the "Powered by" text.
|
||||
# You can use $CURRENT_YEAR to automatically insert the current year.
|
||||
# $SEPARATOR will be replaced by the `separator` variable.
|
||||
# Markdown is supported (links, emphasis, etc).
|
||||
# copyright = "© $CURRENT_YEAR Your Name • Unless otherwise noted, the content in this website is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license."
|
||||
# copyright = "© $CURRENT_YEAR Your Name $SEPARATOR Unless otherwise noted, the content in this website is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license."
|
||||
|
||||
# For multi-language sites, you can set a different copyright for each language.
|
||||
# If this is set to true, ensure you have a `copyright` translation for each language.
|
||||
|
Reference in New Issue
Block a user