Monorepo for Tangled tangled.org
2

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: tangledorg override on url

Lewis: May this revision serve well! <lewis@tangled.org>

author
Lewis
committer
Tangled
date (Jun 7, 2026, 11:24 AM +0300) commit d0c5d0e2 parent 9f6b95dc change-id mwnukrzr
+6 -2
+6 -2
appview/pages/templates/repo/settings/general.html
··· 223 223 Existing git remotes that use the old name will break. Use the 224 224 stable, DID-based URLs below to avoid breakage on future renames. 225 225 </p> 226 + {{ $knot := .RepoInfo.Knot }} 227 + {{ if eq $knot "knot1.tangled.sh" }} 228 + {{ $knot = "tangled.org" }} 229 + {{ end }} 226 230 <ul class="text-gray-500 dark:text-gray-400 text-sm mb-2 font-mono"> 227 - <li>https://{{ .RepoInfo.Knot }}/{{ .RepoInfo.RepoDid }}</li> 228 - <li>git@{{ .RepoInfo.Knot | stripPort }}:{{ .RepoInfo.RepoDid }}</li> 231 + <li>https://{{ $knot }}/{{ .RepoInfo.RepoDid }}</li> 232 + <li>git@{{ $knot | stripPort }}:{{ .RepoInfo.RepoDid }}</li> 229 233 </ul> 230 234 <input 231 235 type="text"