rename copyright to footer, since the variable copyright is used in the RSS feed

This commit is contained in:
Yihui Xie
2017-06-16 22:54:36 -05:00
parent d023e3b560
commit 307a0a9153
3 changed files with 4 additions and 4 deletions

View File

@@ -43,11 +43,11 @@ You can define the menu through `menu.main`, e.g.,
Alternatively, you can add `menu: main` to the YAML metadata of any of your pages, so that these pages will appear in the menu.
The page footer can be defined in `.Params.copyright`, and the text is treated as Markdown, e.g.,
The page footer can be defined in `.Params.footer`, and the text is treated as Markdown, e.g.,
```
[params]
copyright = "© [Yihui Xie](https://yihui.name) 2017"
footer = "© [Yihui Xie](https://yihui.name) 2017"
```
# Custom layouts