A vibe coded tangled fork which supports pijul.
at ab2bd00270e9284b98db4b935f3b9f3a4c54c9ef 11 lines 474 B view raw
1{{ define "repo/fragments/og" }} 2 {{ $title := or .Title .RepoInfo.FullName }} 3 {{ $description := or .Description .RepoInfo.Description }} 4 {{ $url := or .Url (printf "https://tangled.sh/%s" .RepoInfo.FullName) }} 5 6 7 <meta property="og:title" content="{{ unescapeHtml $title }}" /> 8 <meta property="og:type" content="object" /> 9 <meta property="og:url" content="{{ $url }}" /> 10 <meta property="og:description" content="{{ $description }}" /> 11{{ end }}