diff options
author | Jonas <cez81@users.noreply.github.com> | 2017-04-01 03:03:01 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-31 18:03:01 -0700 |
commit | 095e1f51556d940a07d9f8580d0d25acf6a39c63 (patch) | |
tree | 0f704e7f9bcab17bb20fcb1c769846cbf3ccdc80 /conf | |
parent | 6a39250579f240721d5d8b2eca017fa94126dc9d (diff) | |
download | gitea-095e1f51556d940a07d9f8580d0d25acf6a39c63.tar.gz gitea-095e1f51556d940a07d9f8580d0d25acf6a39c63.zip |
Support for custom html meta (#1423)
* Support for custom html meta
* Changed html meta description default
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 07c3a1d21c..47dcffc37e 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -74,6 +74,11 @@ ORG_PAGING_NUM = 50 ; Number of repos that are showed in one page REPO_PAGING_NUM = 15 +[ui.meta] +AUTHOR = Gitea - Git with a cup of tea +DESCRIPTION = Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go +KEYWORDS = go,git,self-hosted,gitea + [markdown] ; Enable hard line break extension ENABLE_HARD_LINE_BREAK = false |