A vibe coded tangled fork which supports pijul.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 61d45d60ab8db19079e9e9d302cb6e3c5661f646 9 lines 353 B view raw
1{{ define "repo/issues/fragments/issueCommentBody" }} 2<div id="comment-body-{{.Comment.Id}}"> 3 {{ if not .Comment.Deleted }} 4 <div class="prose dark:prose-invert">{{ .Comment.Body | markdown }}</div> 5 {{ else }} 6 <div class="prose dark:prose-invert italic text-gray-500 dark:text-gray-400">[deleted by author]</div> 7 {{ end }} 8</div> 9{{ end }}