From 2dd4e763741cd4cd1b20785c8e8301c0dbf666f3 Mon Sep 17 00:00:00 2001 From: mountainbug95 <tannersmithtn95@gmail.com> Date: Wed, 03 Jun 2020 21:19:02 +0000 Subject: [PATCH] Update logo readme entry --- README.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db1f140..6dfdedd 100644 --- a/README.md +++ b/README.md @@ -148,11 +148,11 @@ ### Logo -You can replace the title of your site in the top left corner of each page with your own logo. To do that put your own logo into the `static` directory of your website, and add the `logo` parameter to the site params in your config file. For example: +You can replace the title of your site in the top left corner of each page with your own logo. To do that put your own logo into the `static` directory of your website, and add the `site_logo` parameter to the site params in your config file. For example: ``` [params] - logo = "img/logo.svg" + site_logo = "img/logo.svg" ``` -- Gitblit v1.10.0