This commit is contained in:
Arya Kiran
2023-07-23 12:11:22 +05:30
parent ca3f857103
commit b42c480606
+4 -4
View File
@@ -30,7 +30,7 @@
⭐ {{.Stars}} 🍴 {{.Forks}} 👀 {{.Watchers}} ⚖️ No license 🌿
{{.DefaultBranch}}
</p>
<p><a href=/{{.Fullname}}/wiki>Wiki</a></p>
<p><a href="/{{.Fullname}}/wiki">Wiki</a></p>
{{ end }} {{ if .Language }} {{range $o := .Language}}{{$o.Name}}
{{$o.Percent}}, {{end}}
<div class="lang-bar">
@@ -42,9 +42,9 @@
</div>
{{end}} {{ if or .CommitsAhead .CommitsBehind }}
<p>
This repository is {{if .CommitsBehind}} {{.CommitsBehind}} commits behind {{end}} {{if and .CommitsBehind .CommitsAhead}} and {{end}}
{{if .CommitsAhead}} {{ .CommitsAhead }} commits ahead of {{end}} its
parent.
This repository is {{if .CommitsBehind}} {{.CommitsBehind}} commits behind
{{end}} {{if and .CommitsBehind .CommitsAhead}} and {{end}} {{if
.CommitsAhead}} {{ .CommitsAhead }} commits ahead of {{end}} its parent.
</p>
{{end}}
</div>