aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorj.yao.SUSE <everhopingandwaiting@users.noreply.github.com>2020-04-07 09:40:38 +0800
committerGitHub <noreply@github.com>2020-04-06 21:40:38 -0400
commitb252b23f1659c2a81c252d7d9a7e0aef2aac91fb (patch)
tree4499452b62c054605c42baeb1188da639e32ee6f /docs
parent17837986f0583e8520ea8994bfcf214e7951f5ca (diff)
downloadgitea-b252b23f1659c2a81c252d7d9a7e0aef2aac91fb.tar.gz
gitea-b252b23f1659c2a81c252d7d9a7e0aef2aac91fb.zip
[feature] provide `OwnerName` field for README template (#10981)
Co-Authored-By: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/advanced/customizing-gitea.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/customizing-gitea.en-us.md b/docs/content/doc/advanced/customizing-gitea.en-us.md
index f0ddc4698b..2c06de67b5 100644
--- a/docs/content/doc/advanced/customizing-gitea.en-us.md
+++ b/docs/content/doc/advanced/customizing-gitea.en-us.md
@@ -236,7 +236,7 @@ Locales may change between versions, so keeping track of your customized locales
To add a custom Readme, add a markdown formatted file (without an `.md` extension) to `custom/options/readme`
**NOTE:** readme templates support **variable expansion**.
-currently there are `{Name}` (name of repository), `{Description}`, `{CloneURL.SSH}` and `{CloneURL.HTTPS}`
+currently there are `{Name}` (name of repository), `{Description}`, `{CloneURL.SSH}`, `{CloneURL.HTTPS}` and `{OwnerName}`
### Reactions