We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54faea commit 29e1d88Copy full SHA for 29e1d88
pkg/model/config.go
@@ -66,5 +66,5 @@ func (c Config) toHtml(s string) template.HTML {
66
}
67
68
func (c Config) GetLogo() template.HTML {
69
- return c.toHtml(c.Content.Logo)
+ return template.HTML(c.Content.Logo)
70
0 commit comments