docs: added info to configure footer (#23)

This commit is contained in:
Saurabh Mishra 2023-09-01 14:19:14 -07:00 committed by GitHub
parent 8a4e093f12
commit 34c6f6c7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,3 +124,13 @@ params:
editURL: "https://example.com/edit/this/page"
---
```
## Footer
### Copyright
To edit the copyright text, create file `en.yaml` in the `i18n/` directory with content:
```yaml {filename="i18n/en.yaml"}
copyright: "© 2023 YOUR TEXT HERE"
```