Browse Source

Remove unnecessary backslash (#8249)

tags/v1.11.0-dev
John Olheiser techknowlogick 6 years ago
parent
commit
96093f3018
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/doc/advanced/customizing-gitea.en-us.md

+ 1
- 1
docs/content/doc/advanced/customizing-gitea.en-us.md View File

@@ -60,7 +60,7 @@ the url `http://gitea.domain.tld/image.png`.


## Changing the default avatar ## Changing the default avatar


Place the png image at the following path: `custom/public/img/avatar\_default.png`
Place the png image at the following path: `custom/public/img/avatar_default.png`


## Customizing Gitea pages ## Customizing Gitea pages




Loading…
Cancel
Save