瀏覽代碼

Update logo readme entry

81-site-logo
mountainbug95 4 年之前
父節點
當前提交
2dd4e76374
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件



### 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…
取消
儲存