import "github.com/shurcooL/home/internal/page/blog"
Package blog contains functionality for rendering /blog page.
func RenderBodyInnerHTML(ctx context.Context, w io.Writer, issuesService issues.Service, blogURI issues.RepoSpec, notification notification.Service, authenticatedUser users.User, returnURL string) error
RenderBodyInnerHTML renders the inner HTML of the <body> element of the Blog page. It's safe for concurrent use.
Post is an individual blog post.
Package blog imports 18 packages (graph) and is imported by 1 packages. Updated 2020-07-18. Refresh now. Tools for package owners.