Browse Source

Update logo readme entry

81-site-logo
mountainbug95 4 years ago
parent
commit
2dd4e76374
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File



### Logo ### 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] [params]
logo = "img/logo.svg"
site_logo = "img/logo.svg"
``` ```





Loading…
Cancel
Save