From b42c48060666811f7573b58f2fb5966178a79d53 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sun, 23 Jul 2023 12:11:22 +0530 Subject: [PATCH] prettier --- views/repo.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/repo.html b/views/repo.html index 339bd91..52bd455 100644 --- a/views/repo.html +++ b/views/repo.html @@ -30,7 +30,7 @@ ⭐ {{.Stars}} 🍴 {{.Forks}} 👀 {{.Watchers}} ⚖️ No license 🌿 {{.DefaultBranch}}

-

Wiki

+

Wiki

{{ end }} {{ if .Language }} {{range $o := .Language}}{{$o.Name}} {{$o.Percent}}, {{end}}
@@ -42,9 +42,9 @@
{{end}} {{ if or .CommitsAhead .CommitsBehind }}

- 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.

{{end}}