fork of anirudh.fi/vite that uses chroma for hl
0
fork

Configure Feed

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

Use html/template in favor of text/template

+1 -1
+1 -1
build.go
··· 2 2 3 3 import ( 4 4 "fmt" 5 + "html/template" 5 6 "io/ioutil" 6 7 "os" 7 8 "os/exec" 8 9 "path/filepath" 9 10 "sort" 10 11 "strings" 11 - "text/template" 12 12 13 13 "github.com/cross-cpm/go-shutil" 14 14 )