Skip to content

Commit

Permalink
docs: added info to configure footer (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Mishra authored Sep 1, 2023
1 parent 8a4e093 commit 34c6f6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions exampleSite/content/docs/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit 34c6f6c

Please sign in to comment.