loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

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

Add copyright & license header to file_preview.go

+3
+3
modules/markup/file_preview.go
··· 1 + // Copyright The Forgejo Authors. 2 + // SPDX-License-Identifier: MIT 3 + 1 4 package markup 2 5 3 6 import (