mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 00:11:18 -04:00
docs: added info to configure footer (#23)
This commit is contained in:
@ -124,3 +124,13 @@ params:
|
|||||||
editURL: "https://example.com/edit/this/page"
|
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"
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user