From 8b8812f81c3fdd18d57baa7dd5d716ae17ce197f Mon Sep 17 00:00:00 2001 From: Admin Date: Sun, 11 Jan 2026 03:26:49 +0000 Subject: [PATCH] fix: remove double .Repo reference in pinned repos template --- templates/org/home.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 4bbbf2da1e..cd918ce5bc 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -33,7 +33,7 @@
{{if .Repo.Avatar}} - + {{else}} {{if .Repo.IsPrivate}}{{svg "octicon-lock" 16}}{{else if .Repo.IsFork}}{{svg "octicon-repo-forked" 16}}{{else if .Repo.IsMirror}}{{svg "octicon-mirror" 16}}{{else}}{{svg "octicon-repo" 16}}{{end}} {{end}} @@ -78,7 +78,7 @@
{{if .Repo.Avatar}} - + {{else}} {{if .Repo.IsPrivate}}{{svg "octicon-lock" 16}}{{else if .Repo.IsFork}}{{svg "octicon-repo-forked" 16}}{{else if .Repo.IsMirror}}{{svg "octicon-mirror" 16}}{{else}}{{svg "octicon-repo" 16}}{{end}} {{end}}