···11-{{ define "title" }}terms of service{{ end }}
11+{{ define "title" }}Terms of service · Tangled{{ end }}
2233{{ define "content" }}
44<div class="grid grid-cols-10">
···3333 class="py-1"
3434 >
3535 {{ .Reference.Name }}
3636- {{ if $isRecent }}(new){{ end }}
3737- {{ if and $.TargetBranch (eq .Reference.Name $.TargetBranch) }}(target){{ end }}
3636+ {{ if $isRecent }}(New){{ end }}
3737+ {{ if and $.TargetBranch (eq .Reference.Name $.TargetBranch) }}(Target){{ end }}
3838 </option>
3939 {{ end }}
4040 </select>
···8585 {{ if $preset }}selected{{ end }}
8686 {{ if $isSource }}disabled{{ end }}>
8787 {{ .Reference.Name }}
8888- {{ if $isSource }}(source){{ end }}
8888+ {{ if $isSource }}(Source){{ end }}
8989 </option>
9090 {{ end }}
9191 </select>
···11-{{ define "title" }}publish a new string{{ end }}
11+{{ define "title" }}Publish a new string · Tangled{{ end }}
2233{{ define "content" }}
44 <div class="px-6 py-2 mb-4">
···11-{{ define "title" }}tangled · tightly-knit social coding{{ end }}
11+{{ define "title" }}Tangled · The next-generation social coding platform{{ end }}
2233{{ define "extrameta" }}
44 <!-- Open Graph Meta Tags -->
55- <meta property="og:title" content="tangled · tightly-knit social coding" />
55+ <meta property="og:title" content="Tangled · The next-generation social coding platform" />
66 <meta property="og:type" content="website" />
77 <meta property="og:url" content="https://tangled.org" />
88 <meta property="og:description" content="The next-generation social coding platform." />
···1717 <meta name="twitter:image" content="https://assets.tangled.network/tangled_og.png" />
18181919 <!-- Additional SEO -->
2020- <meta name="description" content="The next-generation social coding platform. Host repos on your infrastructure with knots, use stacked pull requests, and run CI with spindles." />
2020+ <meta name="description" content="The next-generation social coding platform. Host repositories on your infrastructure with knots, use stacked pull requests, and run CI with spindles." />
2121 <link rel="canonical" href="https://tangled.org" />
2222{{ end }}
2323