This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / appview / pages / templates / repo / empty.html
209 B 7 lines
1{{ define "title" }}{{ .RepoInfo.OwnerWithAt }} / {{ .RepoInfo.Name }}{{ end }} 2 3{{ define "content" }} 4 <main> 5 <p>This is an empty Git repository. Push some commits here.</p> 6 </main> 7{{ end }}