mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-27 15:07:43 +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>
|
<p>{{.Description}}</p>
|
||||||
|
|
||||||
{{range $index, $repoDigest := .RepoDigests}}
|
{{range .RepoDigests}}
|
||||||
<h2>
|
<h2>
|
||||||
<a href="{{.Repo.HTMLURL}}">{{.Repo.FullName}}</a>
|
<a href="{{.Repo.HTMLURL}}">{{.Repo.FullName}}</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue