diff --git a/src/main/twirl/gitbucket/core/main.scala.html b/src/main/twirl/gitbucket/core/main.scala.html index 458f42536..bfb42e17d 100644 --- a/src/main/twirl/gitbucket/core/main.scala.html +++ b/src/main/twirl/gitbucket/core/main.scala.html @@ -2,12 +2,24 @@ @import gitbucket.core.plugin.PluginRegistry @import gitbucket.core.view.helpers - + @title + + + + @if(repository.isEmpty){ + + } + @repository.map{ r => + + @r.repository.description.map{ desc => + + } + } diff --git a/src/main/webapp/assets/common/images/gitbucket_ogp.png b/src/main/webapp/assets/common/images/gitbucket_ogp.png new file mode 100644 index 000000000..3f1b6a509 Binary files /dev/null and b/src/main/webapp/assets/common/images/gitbucket_ogp.png differ