1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 04:28:21 +00:00

Support for custom html meta (#1423)

* Support for custom html meta

* Changed html meta description default
This commit is contained in:
Jonas
2017-04-01 03:03:01 +02:00
committed by Lunny Xiao
parent 6a39250579
commit 095e1f5155
4 changed files with 32 additions and 4 deletions

5
conf/app.ini vendored
View File

@@ -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