Rename stylesheets key to styles [BREAKING CHANGE]

This commit is contained in:
daudix
2024-09-12 19:20:33 +03:00
parent 6b69b2b51d
commit 1722b95bea
5 changed files with 20 additions and 19 deletions

View File

@ -85,10 +85,10 @@ fix_contrast_dark = true
issues_url = "https://codeberg.org/daudix/duckquill/issues"
# URL to website's source code
source_url = "https://codeberg.org/daudix/duckquill"
# Additional CSS stylesheets; expects them to be in the "./static/" directory.
# Additional CSS styles; expects them to be in the "./static/" directory.
# If you are using Sass it will be generated there automatically.
#
# stylesheets = [
# styles = [
# "YOUR_STYLE.css",
# "ALSO_YOUR_STYLE.css"
# ]