diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index 39d0c6c751..f480c1f17f 100644
--- a/templates/repo/home.tmpl
+++ b/templates/repo/home.tmpl
@@ -8,7 +8,9 @@
{{$description := .Repository.DescriptionHTML $.Context}}
{{if $description}}
{{$description | RenderCodeBlock}}{{else}}
{{ctx.Locale.Tr "repo.no_desc"}}{{end}}
- {{if .Repository.Website}}
{{.Repository.Website}}{{end}}
+ {{if .Repository.Website}}
+
{{svg "octicon-globe"}} {{.Repository.Website}}
+ {{end}}