about summary refs log tree commit diff stats
path: root/exampleSite/content/about.md
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/about.md')
-rw-r--r--exampleSite/content/about.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index 393d5ee..949c9a8 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -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