(cfg *config.Config)
| 190 | } |
| 191 | |
| 192 | func defaultReaderTitle(cfg *config.Config) sql.NullString { |
| 193 | return sql.NullString{String: "Reader", Valid: true} |
| 194 | } |
| 195 | |
| 196 | func defaultReaderBanner(cfg *config.Config) string { |
| 197 | return "Read the latest posts from " + cfg.App.SiteName + "." |