MCPcopy Index your code
hub / github.com/writefreely/writefreely / defaultReaderTitle

Function defaultReaderTitle

pages.go:192–194  ·  view source on GitHub ↗
(cfg *config.Config)

Source from the content-addressed store, hash-verified

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

Callers 1

getReaderSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected