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
189 B 7 lines
1{{ define "repoContent" }} 2 <main> 3 <p class="text-center pt-5 text-gray-400"> 4 This is an empty repository. Push some commits here. 5 </p> 6 </main> 7{{ end }}