aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/header.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl
index b1b3118..9f3e3ae 100644
--- a/templates/repo/header.tmpl
+++ b/templates/repo/header.tmpl
@@ -49,6 +49,14 @@
</div>
{{end}}
</div><!-- end grid -->
+
+<div class="ui repo-description repo-description-custom">
+ <div id="repo-desc">
+ {{if .DescriptionHTML}}<span class="description has-emoji">{{.DescriptionHTML}}</span>{{else if .IsRepositoryAdmin}}<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span>{{end}}
+ <a class="link" href="{{.Website}}">{{.Website}}</a>
+ </div>
+ </div>
+
</div><!-- end container -->
{{end}}
<div class="ui tabs container">