mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-30 10:16:08 +00:00
Remove unused template variables.
This commit is contained in:
parent
8b9bd3fccb
commit
90b397ef41
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<p>{{.Description}}</p>
|
||||
|
||||
{{range $index, $repoDigest := .RepoDigests}}
|
||||
{{range .RepoDigests}}
|
||||
<h2>
|
||||
<a href="{{.Repo.HTMLURL}}">{{.Repo.FullName}}</a>
|
||||
</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue