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

Method SummaryHTML

posts.go:267–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267func (p Post) SummaryHTML() template.HTML {
268 return template.HTML(p.Summary())
269}
270
271// Excerpt shows any text that comes before a (more) tag.
272// TODO: use HTMLExcerpt in templates instead of this method

Callers

nothing calls this directly

Calls 1

SummaryMethod · 0.95

Tested by

no test coverage detected