From 4c319e6aba358ded8155e734ec75ba63f5fa73d5 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sat, 8 Aug 2020 21:43:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f86fe..4a102a0 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ These are advanced parameters that are only useful for people who need very fine Parameter | Description ----------- | ----------- -footer-extra | If you want to include extra information in the footer, create an HTML file in the `_includes/` folder (for example `_includes/myinfo.html`) and set `footer-extra` to the name of the file (for example `footer-extra: myinfo.html`) +footer-extra | If you want to include extra information in the footer (below the social media icons), create an HTML file in the `_includes/` folder (for example `_includes/myinfo.html`) and set `footer-extra` to the name of the file (for example `footer-extra: myinfo.html`) language | HTML language code to be set on the page's <html> element. use-site-title | If you want to use the site title rather than the page title as the HTML document title, use `use-site-title: true`. js | List of local JavaScript files to include in the page (eg. `/assets/js/mypage.js`)