aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/home.tmpl
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-08-30 17:54:27 -0400
committerThedro Neely <thedroneely@gmail.com>2020-09-06 00:14:05 -0400
commit10f027de65222224a095bb08b153b8cde619736e (patch)
tree6a7862a3d076c79e2bf5e69eac1e241afa1c3820 /templates/repo/home.tmpl
parent19cf0ea4389a632740e2f18769e7c0a483b60c68 (diff)
downloadgitea-templates-10f027de65222224a095bb08b153b8cde619736e.tar.gz
gitea-templates-10f027de65222224a095bb08b153b8cde619736e.tar.bz2
gitea-templates-10f027de65222224a095bb08b153b8cde619736e.zip
templates: Start over
Use standard icon for favicon and avatar. Use native font stack.
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r--templates/repo/home.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index 3cb9969..e3a2c31 100644
--- a/templates/repo/home.tmpl
+++ b/templates/repo/home.tmpl
@@ -3,7 +3,7 @@
{{template "repo/header" .}}
<div class="ui container">
{{template "base/alert" .}}
- <div class="ui repo-description">
+ <div class="ui repo-description repo-description-topics-hide">
<div id="repo-desc">
{{if .Repository.DescriptionHTML}}<span class="description has-emoji">{{.Repository.DescriptionHTML}}</span>{{else if .IsRepositoryAdmin}}<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span>{{end}}
<a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a>
@@ -23,7 +23,7 @@
</div>
{{end}}
</div>
- <div class="ui repo-topics" id="repo-topics">
+ <div class="ui repo-description-topics-hide" id="repo-topics">
{{range .Topics}}<a class="ui repo-topic small label topic" href="{{AppSubUrl}}/explore/repos?q={{.Name}}&topic=1">{{.Name}}</a>{{end}}
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}<a id="manage_topic">{{.i18n.Tr "repo.topic.manage_topics"}}</a>{{end}}
</div>