(cfg *config.Config, isOwner bool, isPostPage bool)
| 91 | } |
| 92 | |
| 93 | func (p *PublicPost) formatContent(cfg *config.Config, isOwner bool, isPostPage bool) { |
| 94 | p.Post.formatContent(cfg, &p.Collection.Collection, isOwner, isPostPage) |
| 95 | } |
| 96 | |
| 97 | func (p *Post) augmentContent(c *Collection) { |
| 98 | if p.PinnedPosition.Valid { |
no test coverage detected