all repos — archive/hugo-xmin @ 307a0a9153e55e86954f4e7b8726cc92c172e19e

Customised minimal hugo theme

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

Yihui Xie
commit

307a0a9153e55e86954f4e7b8726cc92c172e19e

parent

d023e3b56011d349703373540dff5cf7e50beb85

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M exampleSite/content/about.mdexampleSite/content/about.md
@@ -43,11 +43,11 @@ ```
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