"copyright"site.author
# Footer copyright variants
[site.layout.footer]
middle = "copyright" # Uses site.author, current year
# With year range:
middle = { type = "copyright", start-year = 2020 }
# With custom holder:
middle = { type = "copyright", holder = "Acme Inc", link = "https://acme.com" }
# Full custom text (no auto-year):
middle = { type = "copyright", text = "Custom copyright notice" }text
textstring
holder
holderstring
start-year
start-yearinteger
link
linkstring
layout/components.rsgenerate.rs