Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
267
func
(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
Summary
Method · 0.95
Tested by
no test coverage detected