-21
appview/pages/templates/index.html
-21
appview/pages/templates/index.html
···
···
+7
-8
appview/pages/templates/repo/blob.html
+7
-8
appview/pages/templates/repo/blob.html
···-<meta name="forge:file" content="https://tangled.sh/{{ .RepoInfo.FullName }}/blob/{ref}/{path}">-<meta name="forge:line" content="https://tangled.sh/{{ .RepoInfo.FullName }}/blob/{ref}/{path}#L{line}">-<meta name="go-import" content="tangled.sh/{{ .RepoInfo.FullNameWithoutAt }} git https://tangled.sh/{{ .RepoInfo.FullName }}">
···
+8
-1
appview/pages/templates/repo/branches.html
+8
-1
appview/pages/templates/repo/branches.html
···
+8
appview/pages/templates/repo/commit.html
+8
appview/pages/templates/repo/commit.html
···
+5
appview/pages/templates/repo/empty.html
+5
appview/pages/templates/repo/empty.html
···
+26
appview/pages/templates/repo/fragments/meta.html
+26
appview/pages/templates/repo/fragments/meta.html
···
···+content="tangled.sh/{{ .RepoInfo.FullNameWithoutAt }} git https://tangled.sh/{{ .RepoInfo.FullName }}"
+11
appview/pages/templates/repo/fragments/og.html
+11
appview/pages/templates/repo/fragments/og.html
···
···
+5
-24
appview/pages/templates/repo/index.html
+5
-24
appview/pages/templates/repo/index.html
···-content="tangled.sh/{{ .RepoInfo.FullNameWithoutAt }} git https://tangled.sh/{{ .RepoInfo.FullName }}"
+8
appview/pages/templates/repo/issues/issue.html
+8
appview/pages/templates/repo/issues/issue.html
···{{ define "title" }}{{ .Issue.Title }} · issue #{{ .Issue.IssueId }} · {{ .RepoInfo.FullName }}{{ end }}+{{ $title := printf "%s · issue #%d · %s" .Issue.Title .Issue.IssueId .RepoInfo.FullName }}
+7
appview/pages/templates/repo/issues/issues.html
+7
appview/pages/templates/repo/issues/issues.html
···
+7
appview/pages/templates/repo/log.html
+7
appview/pages/templates/repo/log.html
···
+9
-1
appview/pages/templates/repo/pulls/interdiff.html
+9
-1
appview/pages/templates/repo/pulls/interdiff.html
···+interdiff of round #{{ .Round }} and #{{ sub .Round 1 }} · pull #{{ .Pull.PullId }} · {{ .RepoInfo.FullName }}+{{ $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 }}+{{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" (unescapeHtml $title) "Url" $url) }}
+9
appview/pages/templates/repo/pulls/patch.html
+9
appview/pages/templates/repo/pulls/patch.html
···patch of {{ .Pull.Title }} · round #{{ .Round }} · pull #{{ .Pull.PullId }} · {{ .RepoInfo.FullName }}+{{ $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 }}
+8
appview/pages/templates/repo/pulls/pull.html
+8
appview/pages/templates/repo/pulls/pull.html
···+{{ $title := printf "%s · pull #%d · %s" .Pull.Title .Pull.PullId .RepoInfo.FullName }}
+7
appview/pages/templates/repo/pulls/pulls.html
+7
appview/pages/templates/repo/pulls/pulls.html
···
+11
-6
appview/pages/templates/repo/tree.html
+11
-6
appview/pages/templates/repo/tree.html
···-<meta name="forge:file" content="https://tangled.sh/{{ .RepoInfo.FullName }}/blob/{ref}/{path}">-<meta name="forge:line" content="https://tangled.sh/{{ .RepoInfo.FullName }}/blob/{ref}/{path}#L{line}">-<meta name="go-import" content="tangled.sh/{{ .RepoInfo.FullNameWithoutAt }} git https://tangled.sh/{{ .RepoInfo.FullName }}">
···
+132
-72
appview/pages/templates/timeline.html
+132
-72
appview/pages/templates/timeline.html
···-<div class="flex flex-col items-center justify-center text-center rounded drop-shadow bg-white dark:bg-gray-800 text-black dark:text-white py-4 px-10">-tightly-knit social coding, <a href="/login" class="underline inline-flex gap-1 items-center">join now {{ i "arrow-right" "w-4 h-4" }}</a>-<p class="pt-5 px-10 text-sm text-gray-500 dark:text-gray-400">Join our <a href="https://chat.tangled.sh">Discord</a> or IRC channel: <a href="https://web.libera.chat/#tangled"><code>#tangled</code> on Libera Chat</a>.-<a href="/{{ $userHandle }}" class="no-underline hover:underline">{{ $userHandle | truncateAt30 }}</a>-<a href="/{{ index $.DidHandleMap .Source.Did }}/{{ .Source.Name }}" class="no-underline hover:underline">-<a href="/{{ $userHandle }}/{{ .Repo.Name }}" class="no-underline hover:underline">{{ .Repo.Name }}</a>-<a href="/{{ $userHandle }}/{{ .Repo.Name }}" class="no-underline hover:underline">{{ .Repo.Name }}</a>-<a href="/{{ $userHandle }}" class="no-underline hover:underline">{{ $userHandle | truncateAt30 }}</a>-<a href="/{{ $subjectHandle }}" class="no-underline hover:underline">{{ $subjectHandle | truncateAt30 }}</a>-<time class="text-gray-700 dark:text-gray-400 text-xs">{{ .Follow.FollowedAt | timeFmt }}</time>-<a href="/{{ $starrerHandle }}" class="no-underline hover:underline">{{ $starrerHandle | truncateAt30 }}</a>-<a href="/{{ $repoOwnerHandle }}/{{ .Star.Repo.Name }}" class="no-underline hover:underline">{{ $repoOwnerHandle | truncateAt30 }}/{{ .Star.Repo.Name }}</a>
···+class="flex flex-col items-center justify-center text-center rounded drop-shadow bg-white dark:bg-gray-800 text-black dark:text-white py-4 px-10"
+13
-1
appview/pages/templates/user/login.html
+13
-1
appview/pages/templates/user/login.html
···
···
+7
appview/pages/templates/user/profile.html
+7
appview/pages/templates/user/profile.html
···+<meta property="og:description" content="{{ or .Card.Profile.Description .Card.UserHandle .Card.UserDid }}" />
+7
appview/pages/templates/user/repos.html
+7
appview/pages/templates/user/repos.html
···+<meta property="og:url" content="https://tangled.sh/{{ or .Card.UserHandle .Card.UserDid }}/repos" />+<meta property="og:description" content="{{ or .Card.Profile.Description .Card.UserHandle .Card.UserDid }}" />
+1
-1
go.mod
+1
-1
go.mod
······
······