A vibe coded tangled fork which supports pijul.
at ffa0f680f3768d7c0be5721c45fb8c2c07a6ed20 9 lines 292 B view raw
1{{ define "repo/fragments/shortTimeAgo" }} 2 {{ $formatted := shortRelTimeFmt . }} 3 {{ $content := printf "%s ago" $formatted }} 4 {{ if eq $formatted "now" }} 5 {{ $content = "now" }} 6 {{ end }} 7 {{ template "repo/fragments/timeWrapper" (dict "Time" . "Content" $content) }} 8{{ end }} 9