Mirror of https://git.jolheiser.com/ugit
2
fork

Configure Feed

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

use raw for script

+2 -2
+1 -1
internal/html/repo_file.go
··· 29 29 Button(ID("copy"), Class("absolute top-0 right-0 rounded bg-base hover:bg-surface0")), 30 30 ), 31 31 ), 32 - Script(Text(repoFileJS)), 32 + Script(Raw(repoFileJS)), 33 33 }...) 34 34 }
+1 -1
internal/html/repo_search.go
··· 73 73 If(len(dedupeResults) == 0, 74 74 P(Class("text-text mt-5 text-lg"), Text("No results")), 75 75 ), 76 - Script(Text(repoSearchJS)), 76 + Script(Raw(repoSearchJS)), 77 77 }...) 78 78 }