revert a couple things

This commit is contained in:
Hailey
2025-09-18 10:55:01 -07:00
parent 006d813291
commit 801828a57d
+1 -3
View File
@@ -394,9 +394,7 @@ func (srv *Server) Shutdown() error {
func (srv *Server) NewTemplateContext() pongo2.Context {
return pongo2.Context{
"staticCDNHost": srv.cfg.staticCDNHost,
"favicon": fmt.Sprintf("%s/static/favicon.png", "https://bsky.app"),
// specify the default image for social cards
"defaultBannerImage": fmt.Sprintf("%s/static/social-card-default.png", srv.cfg.staticCDNHost),
"favicon": fmt.Sprintf("%s/static/favicon.png", srv.cfg.staticCDNHost),
}
}