aboutsummaryrefslogtreecommitdiff
path: root/routes/template.go (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-26go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu1-1/+1
2024-02-25routes: add raw file viewAnirudh Oppiliappan1-0/+7
2023-02-18fix buffer overflow in countlines for files greater than 32kDerek Stevens1-1/+1
2023-02-08fix line count for files that don't end in a newlineDerek Stevens1-0/+8
2022-12-19all: no more pretty urlsAnirudh Oppiliappan1-1/+1
2022-12-17templates: repo and logAnirudh Oppiliappan1-1/+1
2022-12-17routes: serve static content from /staticAnirudh Oppiliappan1-4/+4
2022-12-13template: line numbers for file viewAnirudh Oppiliappan1-1/+34
2022-12-12routes: render readmeAnirudh Oppiliappan1-9/+12
2022-12-11routes, templates: tree and log viewsAnirudh Oppiliappan1-6/+4
2022-12-11routes: file content viewAnirudh Oppiliappan1-6/+29