A vibe coded tangled fork which supports pijul.
at 1a84afde51804ed9ad6c420cf1315a1a0c85b589 14 lines 517 B view raw
1{{ define "title" }}timeline{{ end }} 2 3{{ define "extrameta" }} 4 <meta property="og:title" content="timeline · tangled" /> 5 <meta property="og:type" content="object" /> 6 <meta property="og:url" content="https://tangled.org" /> 7 <meta property="og:description" content="tightly-knit social coding" /> 8{{ end }} 9 10{{ define "content" }} 11 {{ template "timeline/fragments/goodfirstissues" . }} 12 {{ template "timeline/fragments/trending" . }} 13 {{ template "timeline/fragments/timeline" . }} 14{{ end }}