From 8b1ce45aa02ded83707292d1398d0c1c86ad7f30 Mon Sep 17 00:00:00 2001 From: "j.yao.SUSE" Date: Tue, 7 Apr 2020 09:40:38 +0800 Subject: [PATCH] [feature] provide `OwnerName` field for README template (#10981) Co-Authored-By: 6543 <6543@obermui.de> Co-authored-by: techknowlogick --- doc/advanced/customizing-gitea.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advanced/customizing-gitea.en-us.md b/doc/advanced/customizing-gitea.en-us.md index f0ddc469..2c06de67 100644 --- a/doc/advanced/customizing-gitea.en-us.md +++ b/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