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:
5
conf/app.ini
vendored
5
conf/app.ini
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user