@
{{ slice $sha 0 8 }}
diff --git a/appview/pages/templates/repo/pipelines/workflow.html b/appview/pages/templates/repo/pipelines/workflow.html
index 0ec37983..7cf7cc90 100644
--- a/appview/pages/templates/repo/pipelines/workflow.html
+++ b/appview/pages/templates/repo/pipelines/workflow.html
@@ -2,7 +2,7 @@
{{ define "extrameta" }}
{{ $title := "pipelines"}}
- {{ $url := printf "https://tangled.sh/%s/pipelines" .RepoInfo.FullName }}
+ {{ $url := printf "https://tangled.org/%s/pipelines" .RepoInfo.FullName }}
{{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }}
{{ end }}
diff --git a/appview/pages/templates/repo/pulls/interdiff.html b/appview/pages/templates/repo/pulls/interdiff.html
index c44204a9..d14e3ea7 100644
--- a/appview/pages/templates/repo/pulls/interdiff.html
+++ b/appview/pages/templates/repo/pulls/interdiff.html
@@ -5,8 +5,8 @@
{{ define "extrameta" }}
{{ $title := printf "interdiff of %d and %d · %s · pull #%d · %s" .Round (sub .Round 1) .Pull.Title .Pull.PullId .RepoInfo.FullName }}
- {{ $url := printf "https://tangled.sh/%s/pulls/%d/round/%d" .RepoInfo.FullName .Pull.PullId .Round }}
-
+ {{ $url := printf "https://tangled.org/%s/pulls/%d/round/%d" .RepoInfo.FullName .Pull.PullId .Round }}
+
{{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" (unescapeHtml $title) "Url" $url) }}
{{ end }}
diff --git a/appview/pages/templates/repo/pulls/patch.html b/appview/pages/templates/repo/pulls/patch.html
index c02cc412..219fb02e 100644
--- a/appview/pages/templates/repo/pulls/patch.html
+++ b/appview/pages/templates/repo/pulls/patch.html
@@ -5,8 +5,8 @@
{{ define "extrameta" }}
{{ $title := printf "patch of %s · pull #%d · %s" .Pull.Title .Pull.PullId .RepoInfo.FullName }}
- {{ $url := printf "https://tangled.sh/%s/pulls/%d/round/%d" .RepoInfo.FullName .Pull.PullId .Round }}
-
+ {{ $url := printf "https://tangled.org/%s/pulls/%d/round/%d" .RepoInfo.FullName .Pull.PullId .Round }}
+
{{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }}
{{ end }}
diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html
index 2ea4a9c3..087e0834 100644
--- a/appview/pages/templates/repo/pulls/pull.html
+++ b/appview/pages/templates/repo/pulls/pull.html
@@ -4,7 +4,7 @@
{{ define "extrameta" }}
{{ $title := printf "%s · pull #%d · %s" .Pull.Title .Pull.PullId .RepoInfo.FullName }}
- {{ $url := printf "https://tangled.sh/%s/pulls/%d" .RepoInfo.FullName .Pull.PullId }}
+ {{ $url := printf "https://tangled.org/%s/pulls/%d" .RepoInfo.FullName .Pull.PullId }}
{{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }}
{{ end }}
diff --git a/appview/pages/templates/repo/pulls/pulls.html b/appview/pages/templates/repo/pulls/pulls.html
index 69445a24..bdc0b065 100644
--- a/appview/pages/templates/repo/pulls/pulls.html
+++ b/appview/pages/templates/repo/pulls/pulls.html
@@ -2,7 +2,7 @@
{{ define "extrameta" }}
{{ $title := "pulls"}}
- {{ $url := printf "https://tangled.sh/%s/pulls" .RepoInfo.FullName }}
+ {{ $url := printf "https://tangled.org/%s/pulls" .RepoInfo.FullName }}
{{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }}
{{ end }}
diff --git a/appview/pages/templates/repo/settings/pipelines.html b/appview/pages/templates/repo/settings/pipelines.html
index afcfa2dc..4e1dc0d5 100644
--- a/appview/pages/templates/repo/settings/pipelines.html
+++ b/appview/pages/templates/repo/settings/pipelines.html
@@ -22,7 +22,7 @@
Choose a spindle to execute your workflows on. Only repository owners
can configure spindles. Spindles can be selfhosted,
-
+
click to learn more.
diff --git a/appview/pages/templates/repo/tags.html b/appview/pages/templates/repo/tags.html
index 8d1ab91a..2ac85119 100644
--- a/appview/pages/templates/repo/tags.html
+++ b/appview/pages/templates/repo/tags.html
@@ -4,8 +4,8 @@
{{ define "extrameta" }}
{{ $title := printf "tags · %s" .RepoInfo.FullName }}
- {{ $url := printf "https://tangled.sh/%s/tags" .RepoInfo.FullName }}
-
+ {{ $url := printf "https://tangled.org/%s/tags" .RepoInfo.FullName }}
+
{{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }}
{{ end }}
@@ -26,7 +26,7 @@
{{ if .Tag }}
-
{{ slice .Tag.Target.String 0 8 }}
@@ -48,7 +48,7 @@
diff --git a/appview/pages/templates/strings/dashboard.html b/appview/pages/templates/strings/dashboard.html
index e7ab5879..1fd219eb 100644
--- a/appview/pages/templates/strings/dashboard.html
+++ b/appview/pages/templates/strings/dashboard.html
@@ -3,7 +3,7 @@
{{ define "extrameta" }}
-
+
{{ end }}
diff --git a/appview/pages/templates/strings/string.html b/appview/pages/templates/strings/string.html
index 09b93206..3cfcb28b 100644
--- a/appview/pages/templates/strings/string.html
+++ b/appview/pages/templates/strings/string.html
@@ -4,7 +4,7 @@
{{ $ownerId := didOrHandle .Owner.DID.String .Owner.Handle.String }}
-
+
{{ end }}
diff --git a/appview/pages/templates/timeline/fragments/hero.html b/appview/pages/templates/timeline/fragments/hero.html
index c128cb69..5523835b 100644
--- a/appview/pages/templates/timeline/fragments/hero.html
+++ b/appview/pages/templates/timeline/fragments/hero.html
@@ -22,7 +22,7 @@
-
+
@@ -31,4 +31,3 @@