diff options
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r-- | templates/home.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl index b08d1c2451..8288d21e15 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -10,7 +10,7 @@ <h5>Here are some recent updated repositories:</h5> <div class="tab-pane active"> <ul class="list-unstyled repo-list"> - {{range .Repos}} + {{range .Repos}} <li> <div class="meta pull-right"><!-- <i class="fa fa-star"></i> {{.NumStars}} --> <i class="fa fa-code-fork"></i> {{.NumForks}}</div> <h4> @@ -19,7 +19,7 @@ <p class="desc">{{.Description}}</p> <div class="info">Last updated {{.Updated|TimeSince}}</div> </li> - {{end}} + {{end}} </ul> </div> {{end}} |